Skip to content

routier-collection


routier-collection / datastore/src / InspectedQuery

Interface: InspectedQuery ​

Defined in: datastore/src/inspection/types.ts:39

Properties ​

sequence ​

readonly sequence: number

Defined in: datastore/src/inspection/types.ts:40


collection ​

readonly collection: string

Defined in: datastore/src/inspection/types.ts:41


live ​

readonly live: boolean

Defined in: datastore/src/inspection/types.ts:42


at ​

readonly at: number

Defined in: datastore/src/inspection/types.ts:43


durationMs ​

readonly durationMs: number

Defined in: datastore/src/inspection/types.ts:44


outcome ​

readonly outcome: InspectedQueryOutcome

Defined in: datastore/src/inspection/types.ts:45


explanation ​

readonly explanation: QueryExplanation

Defined in: datastore/src/inspection/types.ts:46

Released under the MIT License.