TopQueries interface

model interface TopQueries

Properties

aggregationFunction

Aggregation function used to calculate query metrics.

endTime

The end time for the metric (ISO-8601 format).

intervalType

Interval type (length).

numberOfQueries

Requested number of top queries.

observationMetric

Metric used to rank queries.

queries

List of top resource consuming queries with appropriate metric data

startTime

The start time for the metric (ISO-8601 format).

Property Details

aggregationFunction

Aggregation function used to calculate query metrics.

aggregationFunction?: string

Property Value

string

endTime

The end time for the metric (ISO-8601 format).

endTime?: string

Property Value

string

intervalType

Interval type (length).

intervalType?: string

Property Value

string

numberOfQueries

Requested number of top queries.

numberOfQueries?: number

Property Value

number

observationMetric

Metric used to rank queries.

observationMetric?: string

Property Value

string

queries

List of top resource consuming queries with appropriate metric data

queries?: QueryStatisticsProperties[]

Property Value

startTime

The start time for the metric (ISO-8601 format).

startTime?: string

Property Value

string