Package version:

Interface QueryStatisticsProperties

Properties of a query execution statistics.

Hierarchy

  • QueryStatisticsProperties

Properties

databaseName?: string

Database name of the database in which this query was executed. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: string

The end time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

intervals?: QueryMetricInterval[]

List of intervals with appropriate metric data

queryId?: string

Unique query id (unique within one database). NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: string

The start time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc