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 is not allowed when setting the value to true.

Applies to