@fairfleet/geotab / DeviceReprocessRequest
Represents a request to reprocess data for a specific device.
-
↳
DeviceReprocessRequest
- dateTime
- device
- fromDate
- id
- isComplete
- isCompleteReprocess
- reprocessRequestId
- ruleIds
- status
- statusText
• dateTime: Date
Gets the FromDate. Required by IDateTimeProvider. See DeviceReprocessRequest.FromDate.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:12
• device: Device
Gets or sets the device for which data will be reprocessed.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:14
• fromDate: Date
Gets or sets a value indicating the cutoff date for reprocssing.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:16
• id: string
Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.
src/types/Checkmate/ObjectModel/Entity.ts:14
• isComplete: boolean
Gets a value indicating whether this request is in a terminal state.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:18
• isCompleteReprocess: boolean
Gets a value indicating whether all data will be reprocessed. If then all data will be reprocessed. If then only rules will be re-evaluated.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:23
• reprocessRequestId: string
Gets or sets the Id that uniquely identifies the parent ReprocessRequest.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:25
• ruleIds: string
[]
Gets or sets the list of Rule Ids to re-evaluate. If left blank, rules will not be re-evaluated, and existing exceptions will not be modified.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:30
• status: ReprocessRequestStatus
Gets or sets a value representing the current status of the DeviceReprocessRequest.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:32
• statusText: string
Gets or sets additional information regarding the current status of the DeviceReprocessRequest.
src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:37