SubscriptionUsageProperties interface

Properties of a subscription usage.

Properties

currentValue

Current value of the metric.

displayName

User-readable name of the metric.

limit

Boundary value of the metric.

unit

Unit of the metric.

Property Details

currentValue

Current value of the metric.

currentValue?: number

Property Value

number

displayName

User-readable name of the metric.

displayName?: string

Property Value

string

limit

Boundary value of the metric.

limit?: number

Property Value

number

unit

Unit of the metric.

unit?: string

Property Value

string