Enum MonitoringActivitySortField
Defines fields in the MonitoringActivity record that can be used for sorting.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum MonitoringActivitySortField
  Fields
| Name | Description | 
|---|---|
| ActivityDateTime | Monitoring activity date and time in UTC.  | 
      
| ActivityMessage | Activity message and then activity date and time.  | 
      
| EndpointName | Endpoint name and then activity date and time.  | 
      
| NodeInstanceName | Node instance name and then activity date and time.  | 
      
| NodeName | Node friendly name and then activity date and time.  | 
      
| ServiceVersionName | Serice version friendly name and then activity date and time.  | 
      
| Severity | Monitoring activity severity level and then activity date and time.  | 
      
| TransactionId | Transaction identifier and then activity date and time.  |