TopQueries Class
TopQueries.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
TopQueries(*, queries: list['_models.QueryStatisticsProperties'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
queries
|
List of top resource consuming queries with appropriate metric data. Default value: None
|
Variables
| Name | Description |
|---|---|
|
number_of_queries
|
Requested number of top queries. |
|
aggregation_function
|
Aggregation function used to calculate query metrics. |
|
observation_metric
|
Metric used to rank queries. |
|
interval_type
|
Interval type (length). Known values are: "PT1H" and "P1D". |
|
start_time
|
The start time for the metric (ISO-8601 format). |
|
end_time
|
The end time for the metric (ISO-8601 format). |
|
queries
|
List of top resource consuming queries with appropriate metric data. |