Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Quota

Package version

Describes a quota for or usage details about a resource

Hierarchy

  • Quota

Index

Properties

Optional currentValue

currentValue: undefined | number

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

Optional id

id: undefined | string

The resource ID of the quota object

Optional limit

limit: undefined | number

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

Optional name

name: QuotaName

The name of the quota

Optional unit

unit: undefined | string

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

Generated using TypeDoc