RequestPriorityLevel Parameter (Connect-CosmosDB Cmdlet)
Specifies the priority level for requests sent to Azure Cosmos DB when the number of requests exceeds the configured RU/s within a second.
Syntax
Connect-CosmosDB -RequestPriorityLevel string
Possible Values
None, Low, HighData Type
cstr
Default Value
"None"
Remarks
- None: Sends requests with the default priority.
- Low: Sends requests with low priority.
- High: Sends requests with high priority.