ConnectionMode Class

Represents the connection mode to be used by the client.

Inheritance
builtins.object
ConnectionMode

Constructor

ConnectionMode()

Attributes

Gateway

Use the Azure Cosmos gateway to route all requests. The gateway proxies requests to the right data partition.

Gateway: int = 0