Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 2.09 KB

DebugDataSearch.md

File metadata and controls

92 lines (50 loc) · 2.09 KB

@fairfleet/geotab / DebugDataSearch

Interface: DebugDataSearch

The object used to specify the arguments when searching DebugData.

Hierarchy

Table of contents

Properties

Properties

deviceSearch

deviceSearch: DeviceSearch

Gets or sets the search for DebugData recorded for this DeviceSearch Id. Available DeviceSearch options are:. Id

Defined in

src/types/Checkmate/ObjectModel/DebugDataSearch.ts:18


fromDate

fromDate: Date

Gets or sets the date after which DebugData was recorded.

Defined in

src/types/Checkmate/ObjectModel/DebugDataSearch.ts:20


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


toDate

toDate: Date

Gets or sets the date before which DebugData was recorded.

Defined in

src/types/Checkmate/ObjectModel/DebugDataSearch.ts:22


version

version: number

Gets or sets the row version of the search criteria.

Inherited from

Search.version

Defined in

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