UsageMetric interface
描述資源使用量的計量。
屬性
current |
計量的目前值。 |
limit | 計量的配額限制。 |
name | 計量的名稱。 |
next |
計量值將重設的時間。 |
quota |
決定值重設之間時間長度的配額期間。 |
unit | 用於計量的單位。 |
屬性詳細資料
currentValue
計量的目前值。
currentValue?: number
屬性值
number
limit
計量的配額限制。
limit?: number
屬性值
number
name
nextResetTime
計量值將重設的時間。
nextResetTime?: Date
屬性值
Date
quotaPeriod
決定值重設之間時間長度的配額期間。
quotaPeriod?: string
屬性值
string
unit
用於計量的單位。
unit?: string
屬性值
string