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.ModelUsage
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
|
The quota period used to summarize the usage values. |
limit
|
Maximum value for this metric. |
current_value
|
Current value for this metric. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python