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.MetricValue
PercentileMetricValue

Constructor

PercentileMetricValue(**kwargs)

Variables

count
int

The number of values for the metric.

average
float

The average value of the metric.

maximum
float

The max value of the metric.

minimum
float

The min value of the metric.

timestamp
datetime

The metric timestamp (ISO-8601 format).

total
float

The total value of the metric.

p10
float

The 10th percentile value for the metric.

p25
float

The 25th percentile value for the metric.

p50
float

The 50th percentile value for the metric.

p75
float

The 75th percentile value for the metric.

p90
float

The 90th percentile value for the metric.

p95
float

The 95th percentile value for the metric.

p99
float

The 99th percentile value for the metric.