QueryMetricInterval Class

Properties of a query metrics interval.

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

Inheritance
QueryMetricInterval

Constructor

QueryMetricInterval(*, metrics: Optional[List[azure.mgmt.sql.models._models_py3.QueryMetricProperties]] = None, **kwargs)

Parameters

metrics
list[QueryMetricProperties]
Required

List of metric objects for this interval.

Variables

interval_start_time
str

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

interval_type
str or QueryTimeGrainType

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

execution_count
<xref:long>

Execution count of a query in this interval.