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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python