Specifies that VcClient must cache and use the URL returned by the Cosmos Front End servers to optimize connections to the proper Cosmos cluster

Namespace: Microsoft.Cosmos.Management
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool PhysicalRedirectionEnabled { get; set; }
Visual Basic
Public Property PhysicalRedirectionEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool PhysicalRedirectionEnabled {
	bool get ();
	void set (bool value);
}

See Also