PercentileMetricValue Class
Represents percentile metrics values.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cosmosdb.models._models_py3.MetricValuePercentileMetricValue
Constructor
PercentileMetricValue(**kwargs: Any)
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. |
p10
|
The 10th percentile value for the metric. |
p25
|
The 25th percentile value for the metric. |
p50
|
The 50th percentile value for the metric. |
p75
|
The 75th percentile value for the metric. |
p90
|
The 90th percentile value for the metric. |
p95
|
The 95th percentile value for the metric. |
p99
|
The 99th percentile value for the metric. |
Azure SDK for Python