QuotaUsageResult interface
Describes the quota usage for a particular sku supported by Azure Cognitive Search.
Properties
current |
The currently used up value for the particular search sku. |
id | The resource id of the quota usage sku endpoint for Microsoft.Search provider. |
limit | The quota limit for the particular search sku. |
name | The name of the sku supported by Azure Cognitive Search. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The unit of measurement for the search sku. |
Property Details
currentValue
The currently used up value for the particular search sku.
currentValue?: number
Property Value
number
id
The resource id of the quota usage sku endpoint for Microsoft.Search provider.
id?: string
Property Value
string
limit
The quota limit for the particular search sku.
limit?: number
Property Value
number
name
The name of the sku supported by Azure Cognitive Search. NOTE: This property will not be serialized. It can only be populated by the server.
name?: QuotaUsageResultName
Property Value
unit
The unit of measurement for the search sku.
unit?: string
Property Value
string