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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python