你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosClientOptions.PriorityLevel Property

Definition

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.

Applies to