ConnectionPolicy.SetCurrentLocation(String) Method
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.
Automatically populates the PreferredLocations for geo-replicated database accounts in the Azure Cosmos DB service, based on the current region that the client is running in.
public void SetCurrentLocation (string location);
member this.SetCurrentLocation : string -> unit
Public Sub SetCurrentLocation (location As String)
Parameters
- location
- String
The current region that this client is running in. E.g. "East US"
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET