RequestPriorityLevel
Specifies the priority for the request sent to Azure Cosmos DB, when there are more requests than the configured RU/s in a second.
Possible Values
None, Low, HighData Type
string
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.