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, Highデータ型
string
デフォルト値
"None"
解説
- None: Sends requests with the default priority.
- Low: Sends requests with low priority.
- High: Sends requests with high priority.