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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python