ResourceUsage interface
檢查資源使用量 API 的輸出。
屬性
| current |
指定資源類型上使用量的實際值。 |
| limit | 指定之資源類型的配額。 |
| resource |
提供使用量的資源類型。 |
| unit | 使用量單位。 例如計數。 |
屬性詳細資料
currentValue
指定資源類型上使用量的實際值。
currentValue?: number
屬性值
number
limit
指定之資源類型的配額。
limit?: number
屬性值
number
resourceType
提供使用量的資源類型。
resourceType?: string
屬性值
string
unit
使用量單位。 例如計數。
unit?: string
屬性值
string