QuotaProperties interface
資源的配額屬性。
屬性
current |
資源的目前使用量值。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
limit | 配額屬性。 |
name | 資源提供者所提供的資源名稱。 將此屬性用於 quotaRequests 資源作業。 |
properties | 指定之資源提供者的其他屬性。 |
quota |
摘要說明配額使用量值的時間週期。 例如,P1D (每一天) 、PT1M (每一分鐘) ,以及每一秒 PT1S () 。 此參數是選擇性的,因為對於某些資源,例如計算,時間週期無關。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
resource |
資源類型的名稱。 |
unit | 限制單位,例如 計數 和 位元組。 使用 GET 配額作業回應中提供的單位欄位。 |
屬性詳細資料
currentValue
資源的目前使用量值。 注意:此屬性不會序列化。 它只能由伺服器填入。
currentValue?: number
屬性值
number
limit
配額屬性。
limit?: number
屬性值
number
name
properties
指定之資源提供者的其他屬性。
properties?: Record<string, unknown>
屬性值
Record<string, unknown>
quotaPeriod
摘要說明配額使用量值的時間週期。 例如,P1D (每一天) 、PT1M (每一分鐘) ,以及每一秒 PT1S () 。 此參數是選擇性的,因為對於某些資源,例如計算,時間週期無關。 注意:此屬性不會序列化。 它只能由伺服器填入。
quotaPeriod?: string
屬性值
string
resourceType
資源類型的名稱。
resourceType?: string
屬性值
string
unit
限制單位,例如 計數 和 位元組。 使用 GET 配額作業回應中提供的單位欄位。
unit?: string
屬性值
string