Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QueryMetaData

Contains the meta-data that is returend from a query.

Hierarchy

  • QueryMetaData

Index

Properties

clientContextId

clientContextId: string

The client context id which is assoicated with the executed query.

Optional metrics

metrics: QueryMetrics

Various metrics which are made available by the query engine.

Optional profile

profile: any

Various profiling details that were generated during execution of the query.

requestId

requestId: string

The request ID which is associated with the executed query.

Optional signature

signature: any

Provides the signature of the query.

status

status: QueryStatus

The status of the query at the time the query meta-data was generated.

warnings

warnings: QueryWarning[]

Any warnings that occurred during the execution of the query.

Generated using TypeDoc