RequestPriorityLevel Parameter (Connect-CosmosDB Cmdlet)
Specifies the priority for the request sent to Azure Cosmos DB, when there are more requests than the configured RU/s in a second.
Syntax
Connect-CosmosDB -RequestPriorityLevel string
Possible Values
None, Low, HighData Type
cstr
Default Value
"None"
Remarks
- None: Set this to send requests with the default priority.
- Low: Set this to send low priority requests.
- High: Set this to send high priority requests.