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