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). |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python