Enum MonitorPredicate
- Namespace
- Geotab.Checkmate.ObjectModel.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Defines the different types of rule monitor predicates.
public enum MonitorPredicate
- Extension Methods
Fields
[Obsolete("Avg should not be used as this may create inaccurate data for long running exception events.")] Avg = 3
Captures average value of the monitored data.
End = 2
Captures last occurrence of monitored data.
Latitude = 9
Captures the latitude of the exception event start location.
Longitude = 8
Captures longitude of the exception event start location.
LowerEdge = 6
Captures lower edge value of the monitored data (based on the start date of the exception event).
Max = 5
Captures maximum value of the monitored data.
Min = 4
Captures minimum value of the monitored data.
None = 0
None
Start = 1
Captures first occurrence of monitored data.
UpperEdge = 7
Captures upper edge value of the monitored data (based on the end date of the exception event).