MetricValue Class

Represents metrics values.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
MetricValue

Constructor

MetricValue(**kwargs: Any)

Variables

Name Description
count
int

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.