Skip to content

Latest commit

 

History

History
295 lines (163 loc) · 6.89 KB

TachographDataFileSearch.md

File metadata and controls

295 lines (163 loc) · 6.89 KB

@fairfleet/geotab / TachographDataFileSearch

Interface: TachographDataFileSearch

The object used to specify the arguments when searching for TachographDataFile.

Hierarchy

  • Search

    TachographDataFileSearch

Table of contents

Properties

Properties

activityTimestampBetween

activityTimestampBetween: ActivityTimestampBetweenSearch

Inherit Doc

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:17


containsText

containsText: string

Gets or sets search for TachographFile text into specific fields.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:19


deviceIds

deviceIds: string[]

Gets or sets search for TachographFile Device Ids records are in the list.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:21


deviceSearch

deviceSearch: DeviceSearch

Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any TachographFile that are assigned to that Device. Providing the Groups will search for TachographFile for that have Devices in that group. Available DeviceSearch options are: IdGroup

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:29


driverIds

driverIds: string[]

Gets or sets search for TachographFile Driver Ids records are in the list.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:31


errorContains

errorContains: string

Gets or sets search for contains text in errors.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:33


fromActivityTimestampEnd

fromActivityTimestampEnd: Date

Gets or sets datetime to filter by ActivityTimestampEnd. It will return the last file of each driver where ActivityTimestampEnd is greater than this value.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:38


fromDate

fromDate: Date

Gets or sets search for TachographFile records that were logged at this date or after.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:40


fromFloorToCeilingTimestamp

fromFloorToCeilingTimestamp: FloorToCeilingTimestampSearch

Inherit Doc

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:44


fromTimestamp

fromTimestamp: Date

Gets or sets search for TachographFile records that were generated at this date or after.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:46


id

id: string

Gets or sets search for an entry based on the specific Id.

Inherited from

Search.id

Defined in

src/types/Checkmate/ObjectModel/Search.ts:10


ids

ids: string[]

Gets or sets search for TachographFile Device Ids records are in the list.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:48


includeBinaryData

includeBinaryData: boolean

Gets or sets the flag to include binary data in the response.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:50


processingStatus

processingStatus: number

Gets or sets search for files with a specific processing status.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:52


toDate

toDate: Date

Gets or sets search for TachographFile records that were logged at this date or before.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:54


toTimestamp

toTimestamp: Date

Gets or sets search for TachographFile records that were generated at this date or before.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:56


type

type: TachographFileType

Gets or sets search for TachographFile records based on the type of file.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:58


userSearch

userSearch: UserSearch

Gets or sets filter by the UserSearch options. Providing a user ID will search for any TachographFile that are assigned to that user. Providing the Groups will search for TachographFile for that have Users in that group. Available DeviceSearch options are: IdGroup

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:66


version

version: number

Gets or sets the row version of the TachographDataFile search criteria.

Overrides

Search.version

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:72


withoutError

withoutError: boolean

Gets or sets search for files without errors.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:74