KeyType Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The KeyType enumeration values specify the data collection types available for scheduling.
'Declaration
Public Enum KeyType
Inherits System.Enum
'Usage
Dim instance As KeyType
public enum KeyType : System.Enum
| Member | Description |
|---|---|
| Entity | Data is being collected for an entity. |
| Job | Data is being collected for a job. |
| JobStep | Data is being collected for a job step. |
| Operation | Data is being collected for an operation. |
| OperationStep | Data is being collected for an operation step. |
| StandardOperation | Data is being collected for a standard operation. |
| StandardOperationStep | Data is being collected for a standard operation step. |
| UserGroup | Data is being collected for a user group. |
System.Object
System.ValueType
System.Enum
FactMES.API.EnProd.KeyType