QueryStatisticsProperties interface

Properties of a query execution statistics.

Properties

databaseName

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

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

List of intervals with appropriate metric data

queryId

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

startTime

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

Property Details

databaseName

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.

databaseName?: string

Property Value

string

endTime

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

endTime?: string

Property Value

string

intervals

List of intervals with appropriate metric data

intervals?: QueryMetricInterval[]

Property Value

queryId

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

queryId?: string

Property Value

string

startTime

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

startTime?: string

Property Value

string