MetricValue Class
Represents database metrics.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelMetricValue
Constructor
MetricValue(**kwargs)
Variables
Name | Description |
---|---|
count
|
The number of values for the metric. |
average
|
The average value of the metric. |
maximum
|
The max value of the metric. |
minimum
|
The min value of the metric. |
timestamp
|
The metric timestamp (ISO-8601 format). |
total
|
The total value of the metric. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python