FieldCategoryType Enumeration |
Category type of OpenDiscover export field. See
ExportField.
Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFileAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataContractAttribute]
public enum FieldCategoryType
Members| Member name | Value | Description |
|---|
| Standard | 0 |
Standard load file export field.
|
| NonStandard | 1 |
Non-standard (i.e., not commonly exported) load file export field.
|
| SpecificMetadataField | 2 |
Field is a specific supported OpenDiscover metadata value.
|
| EntityTypeRelated | 3 |
Field is a supported OpenDiscover field that is related to EntityType.
|
| EntityType | 4 |
Field is a supported OpenDiscover EntityType.
|
Remarks
This enumeration is used by OpenDiscover load file field mapping generation.
See Also