QueryMetricIntervalAutoGenerated Class
Properties of a query metrics interval.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
QueryMetricIntervalAutoGenerated(*, metrics: list['_models.QueryMetricProperties'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
metrics
|
List of metric objects for this interval. Default value: None
|
Variables
| Name | Description |
|---|---|
|
interval_start_time
|
The start time for the metric interval (ISO-8601 format). |
|
interval_type
|
Interval type (length). Known values are: "PT1H" and "P1D". |
|
execution_count
|
Execution count of a query in this interval. |
|
metrics
|
List of metric objects for this interval. |