Usage Class

The usage data for a usage request.

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

Inheritance
azure.mgmt.cosmosdb._serialization.Model
Usage

Constructor

Usage(**kwargs: Any)

Variables

Name Description
unit

The unit of the metric. Known values are: "Count", "Bytes", "Seconds", "Percent", "CountPerSecond", "BytesPerSecond", and "Milliseconds".

name

The name information for the metric.

quota_period
str

The quota period used to summarize the usage values.

limit
int

Maximum value for this metric.

current_value
int

Current value for this metric.