ResourceCounter interface

Represents a resource's usage and quota.

Properties

quota

The resource amount quota.

usage

The resource usage amount.

Property Details

quota

The resource amount quota.

quota?: number

Property Value

number

usage

The resource usage amount.

usage: number

Property Value

number