Metric Class
Database metrics.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelMetric
Constructor
Metric(**kwargs)
Variables
Name | Description |
---|---|
start_time
|
The start time for the metric (ISO-8601 format). |
end_time
|
The end time for the metric (ISO-8601 format). |
time_grain
|
The time step to be used to summarize the metric values. |
unit
|
The unit of the metric. Possible values include: "count", "bytes", "seconds", "percent", "countPerSecond", "bytesPerSecond". |
name
|
The name information for the metric. |
metric_values
|
The metric values for the specified time window and timestep. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python