QueryMetricInterval Class
Properties of a query metrics interval.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelQueryMetricInterval
Constructor
QueryMetricInterval(*, metrics: List[QueryMetricProperties] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
metrics
Required
|
List of metric objects for this interval. |
Keyword-Only Parameters
Name | Description |
---|---|
metrics
Required
|
|
Variables
Name | Description |
---|---|
interval_start_time
|
The start time for the metric interval (ISO-8601 format). |
interval_type
|
Interval type (length). Possible values include: "PT1H", "P1D". |
execution_count
|
<xref:long>
Execution count of a query in this interval. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python