PartitionUsage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The partition level usage data for a usage request.
public class PartitionUsage : Microsoft.Azure.Management.CosmosDB.Fluent.Models.Usage
type PartitionUsage = class
inherit Usage
Public Class PartitionUsage
Inherits Usage
- Inheritance
Constructors
PartitionUsage() |
Initializes a new instance of the PartitionUsage class. |
PartitionUsage(UnitType, MetricName, String, Nullable<Int64>, Nullable<Int64>, String, String) |
Initializes a new instance of the PartitionUsage class. |
Properties
CurrentValue |
Gets current value for this metric (Inherited from Usage) |
Limit |
Gets maximum value for this metric (Inherited from Usage) |
Name |
Gets the name information for the metric. (Inherited from Usage) |
PartitionId |
Gets the partition id (GUID identifier) of the usages. |
PartitionKeyRangeId |
Gets the partition key range id (integer identifier) of the usages. |
QuotaPeriod |
Gets the quota period used to summarize the usage values. (Inherited from Usage) |
Unit |
Gets or sets the unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond', 'BytesPerSecond', 'Milliseconds' (Inherited from Usage) |
Applies to
Azure SDK for .NET