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). |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python