CsmUsageQuota interface
Usage of the quota resource.
Properties
current |
The current value of the resource counter. |
limit | The resource limit. |
name | Quota name. |
next |
Next reset time for the resource counter. |
unit | Units of measurement for the quota resource. |
Property Details
currentValue
The current value of the resource counter.
currentValue?: number
Property Value
number
limit
The resource limit.
limit?: number
Property Value
number
name
nextResetTime
Next reset time for the resource counter.
nextResetTime?: Date
Property Value
Date
unit
Units of measurement for the quota resource.
unit?: string
Property Value
string