TopQueries interface
Properties
aggregation |
Aggregation function used to calculate query metrics. NOTE: This property will not be serialized. It can only be populated by the server. |
end |
The end time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
interval |
Interval type (length). NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Requested number of top queries. NOTE: This property will not be serialized. It can only be populated by the server. |
observation |
Metric used to rank queries. NOTE: This property will not be serialized. It can only be populated by the server. |
queries | List of top resource consuming queries with appropriate metric data |
start |
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
aggregationFunction
Aggregation function used to calculate query metrics. NOTE: This property will not be serialized. It can only be populated by the server.
aggregationFunction?: 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
intervalType
Interval type (length). NOTE: This property will not be serialized. It can only be populated by the server.
intervalType?: string
Property Value
string
numberOfQueries
Requested number of top queries. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfQueries?: number
Property Value
number
observationMetric
Metric used to rank queries. NOTE: This property will not be serialized. It can only be populated by the server.
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). NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: string
Property Value
string