Quota interface

Describes a quota for or usage details about a resource

Properties

currentValue

The current value of the quota. If null or missing, the current value cannot be determined in the context of the request.

id

The resource ID of the quota object

limit

The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage.

name

The name of the quota

unit

The unit for the quota, such as Count, Bytes, BytesPerSecond, etc.

Property Details

currentValue

The current value of the quota. If null or missing, the current value cannot be determined in the context of the request.

currentValue?: number

Property Value

number

id

The resource ID of the quota object

id?: string

Property Value

string

limit

The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage.

limit?: number

Property Value

number

name

The name of the quota

name?: QuotaName

Property Value

unit

The unit for the quota, such as Count, Bytes, BytesPerSecond, etc.

unit?: string

Property Value

string