Skip to content

Latest commit

 

History

History
153 lines (83 loc) · 4.46 KB

DeviceReprocessRequest.md

File metadata and controls

153 lines (83 loc) · 4.46 KB

@fairfleet/geotab / DeviceReprocessRequest

Interface: DeviceReprocessRequest

Represents a request to reprocess data for a specific device.

Hierarchy

  • Entity

    DeviceReprocessRequest

Table of contents

Properties

Properties

dateTime

dateTime: Date

Gets the FromDate. Required by IDateTimeProvider. See DeviceReprocessRequest.FromDate.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:12


device

device: Device

Gets or sets the device for which data will be reprocessed.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:14


fromDate

fromDate: Date

Gets or sets a value indicating the cutoff date for reprocssing.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:16


id

id: string

Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.

Inherited from

Entity.id

Defined in

src/types/Checkmate/ObjectModel/Entity.ts:14


isComplete

isComplete: boolean

Gets a value indicating whether this request is in a terminal state.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:18


isCompleteReprocess

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.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:23


reprocessRequestId

reprocessRequestId: string

Gets or sets the Id that uniquely identifies the parent ReprocessRequest.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:25


ruleIds

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.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:30


status

status: ReprocessRequestStatus

Gets or sets a value representing the current status of the DeviceReprocessRequest.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:32


statusText

statusText: string

Gets or sets additional information regarding the current status of the DeviceReprocessRequest.

Defined in

src/types/Checkmate/ObjectModel/Reprocessing/DeviceReprocessRequest.ts:37