你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopQueries Class

TopQueries.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
msrest.serialization.Model
TopQueries

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
int

Requested number of top queries.

aggregation_function
str

Aggregation function used to calculate query metrics.

observation_metric
str

Metric used to rank queries.

interval_type

Interval type (length). Possible values include: "PT1H", "P1D".

start_time
str

The start time for the metric (ISO-8601 format).

end_time
str

The end time for the metric (ISO-8601 format).