Enum IntervalAggregateType
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The type of aggregation for interval aggregated entities.
public enum IntervalAggregateType
- Extension Methods
Fields
Daily = 1Daily aggregation.
Monthly = 3Monthly aggregation.
None = 0No aggregation.
Weekly = 2Weekly aggregation.
Yearly = 4Yearly aggregation.