TopQueryStatisticsInput Class

Input to get top query statistics.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
TopQueryStatisticsInput

Constructor

TopQueryStatisticsInput(*, number_of_top_queries: int, aggregation_function: str, observed_metric: str, observation_start_time: datetime, observation_end_time: datetime, aggregation_window: str, **kwargs)

Keyword-Only Parameters

Name Description
number_of_top_queries
int

Required. Max number of top queries to return.

aggregation_function
str

Required. Aggregation function name.

observed_metric
str

Required. Observed metric name.

observation_start_time

Required. Observation start time.

observation_end_time

Required. Observation end time.

aggregation_window
str

Required. Aggregation interval type in ISO 8601 format.

Variables

Name Description
number_of_top_queries
int

Required. Max number of top queries to return.

aggregation_function
str

Required. Aggregation function name.

observed_metric
str

Required. Observed metric name.

observation_start_time

Required. Observation start time.

observation_end_time

Required. Observation end time.

aggregation_window
str

Required. Aggregation interval type in ISO 8601 format.