Share via


TopQueryStatisticsInput Class

Input to get top query statistics.

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

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: Any)

Keyword-Only Parameters

Name Description
number_of_top_queries
int

Max number of top queries to return. Required.

aggregation_function
str

Aggregation function name. Required.

observed_metric
str

Observed metric name. Required.

observation_start_time

Observation start time. Required.

observation_end_time

Observation end time. Required.

aggregation_window
str

Aggregation interval type in ISO 8601 format. Required.

Variables

Name Description
number_of_top_queries
int

Max number of top queries to return. Required.

aggregation_function
str

Aggregation function name. Required.

observed_metric
str

Observed metric name. Required.

observation_start_time

Observation start time. Required.

observation_end_time

Observation end time. Required.

aggregation_window
str

Aggregation interval type in ISO 8601 format. Required.