PartitionUsage interface
The partition level usage data for a usage request.
- Extends
Properties
| partition |
The partition id (GUID identifier) of the usages. |
| partition |
The partition key range id (integer identifier) of the usages. |
Inherited Properties
| current |
Current value for this metric |
| limit | Maximum value for this metric |
| name | The name information for the metric. |
| quota |
The quota period used to summarize the usage values. |
| unit | The unit of the metric. |
Property Details
partitionId
The partition id (GUID identifier) of the usages.
partitionId?: string
Property Value
string
partitionKeyRangeId
The partition key range id (integer identifier) of the usages.
partitionKeyRangeId?: string
Property Value
string
Inherited Property Details
currentValue
Current value for this metric
currentValue?: number
Property Value
number
Inherited From Usage.currentValue
limit
name
quotaPeriod
The quota period used to summarize the usage values.
quotaPeriod?: string
Property Value
string
Inherited From Usage.quotaPeriod