ConnectionMode Enum
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.
Represents the connection mode to be used by the client when connecting to the Azure Cosmos DB service.
public enum ConnectionMode
type ConnectionMode =
Public Enum ConnectionMode
- Inheritance
-
ConnectionMode
Fields
Name | Value | Description |
---|---|---|
Gateway | 0 | Use the Azure Cosmos DB gateway to route all requests to the Azure Cosmos DB service. The gateway proxies requests to the right data partition. |
Direct | 1 | Uses direct connectivity to connect to the data nodes in the Azure Cosmos DB service. Use gateway only to initialize and cache logical addresses and refresh on updates |
Remarks
Direct and Gateway connectivity modes are supported. Direct is the default.
Applies to
Azure SDK for .NET