CosmosClientOptions.PriorityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the priority level for requests created using cosmos client.
public Microsoft.Azure.Cosmos.PriorityLevel? PriorityLevel { get; set; }
member this.PriorityLevel : Nullable<Microsoft.Azure.Cosmos.PriorityLevel> with get, set
Public Property PriorityLevel As Nullable(Of PriorityLevel)
Property Value
Remarks
If priority level is also set at request level in PriorityLevel, that priority is used. If AllowBulkExecution is set to true in CosmosClientOptions, priority level set on the CosmosClient is used.