Class QueryMetaData

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

Hierarchy

  • QueryMetaData

Properties

clientContextId: string

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

metrics?: QueryMetrics

Various metrics which are made available by the query engine.

profile?: any

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

requestId: string

The request ID which is associated with the executed query.

signature?: any

Provides the signature of the query.

status: QueryStatus

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

warnings: QueryWarning[]

Any warnings that occurred during the execution of the query.

Generated using TypeDoc