TopQueries interface
model interface TopQueries
Properties
| aggregation |
Aggregation function used to calculate query metrics. |
| end |
The end time for the metric (ISO-8601 format). |
| interval |
Interval type (length). |
| number |
Requested number of top queries. |
| observation |
Metric used to rank queries. |
| queries | List of top resource consuming queries with appropriate metric data |
| start |
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