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, Highデータ型
string
デフォルト値
"None"
解説
- 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.