PartitionUsage interface

The partition level usage data for a usage request.

Extends

Properties

partitionId

The partition id (GUID identifier) of the usages.

partitionKeyRangeId

The partition key range id (integer identifier) of the usages.

Inherited Properties

currentValue

Current value for this metric

limit

Maximum value for this metric

name

The name information for the metric.

quotaPeriod

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

Maximum value for this metric

limit?: number

Property Value

number

Inherited From Usage.limit

name

The name information for the metric.

name?: MetricName

Property Value

Inherited From Usage.name

quotaPeriod

The quota period used to summarize the usage values.

quotaPeriod?: string

Property Value

string

Inherited From Usage.quotaPeriod

unit

The unit of the metric.

unit?: string

Property Value

string

Inherited From Usage.unit