Class AnalyticsMetaData

Contains the meta-data that is returend from an analytics query.

Hierarchy

  • AnalyticsMetaData

Properties

clientContextId: string

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

Various metrics which are made available by the query engine.

requestId: string

The request ID which is associated with the executed query.

signature?: any

Provides the signature of the query.

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

warnings: AnalyticsWarning[]

Any warnings that occurred during the execution of the query.

Generated using TypeDoc