TopQueries Class
TopQueries.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelTopQueries
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
Required
|
|
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). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python