Enum PerDiagnosticStatusDataQueryType
- Namespace
- Geotab.Checkmate.ObjectModel.Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Describes the type of status data query to perform.
public enum PerDiagnosticStatusDataQueryType
- Extension Methods
Fields
Exclusive = 0
Query provides records on/at "from date" to "to date".
Inclusive = 1
Query provides records from the one on/prior to the "from date" through the one on/before the "to date".
Latest = 2
Query provides the latest status data record only.