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

CosmosClientOptions.LimitToEndpoint Property

Definition

Limits the operations to the provided endpoint on the CosmosClient.

public bool LimitToEndpoint { get; set; }
member this.LimitToEndpoint : bool with get, set
Public Property LimitToEndpoint As Boolean

Property Value

Default value is false.

Remarks

When the value of this property is false, the SDK will automatically discover write and read regions, and use them when the configured application region is not available. When set to true, availability is limited to the endpoint specified on the CosmosClient constructor. Defining the ApplicationRegion or ApplicationPreferredRegions is not allowed when setting the value to true.

Applies to