ConnectionPolicy.PreferredLocations Property

Definition

Gets and sets the preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. For example, "East US" as the preferred location.

public System.Collections.ObjectModel.Collection<string> PreferredLocations { get; }
member this.PreferredLocations : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property PreferredLocations As Collection(Of String)

Property Value

Remarks

When EnableEndpointDiscovery is true and the value of this property is non-empty, the SDK uses the locations in the collection in the order they are specified to perform operations, otherwise if the value of this property is not specified, the SDK uses the write region as the preferred location for all operations.

If EnableEndpointDiscovery is set to false, the value of this property is ignored.

Applies to