TopQueries Class
TopQueries.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
TopQueries(*, queries: List[QueryStatisticsProperties] | None = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
queries
Required
|
List of top resource consuming queries with appropriate metric data. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
queries
|
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). Possible values include: "PT1H", "P1D". |
|
start_time
|
The start time for the metric (ISO-8601 format). |
|
end_time
|
The end time for the metric (ISO-8601 format). |