Uses of Class
com.azure.data.cosmos.ConnectionMode
-
Packages that use ConnectionMode Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of ConnectionMode in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return ConnectionMode Modifier and Type Method Description ConnectionMode
ConnectionPolicy. connectionMode()
Gets the connection mode used in the client.static ConnectionMode
ConnectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionMode[]
ConnectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.data.cosmos with parameters of type ConnectionMode Modifier and Type Method Description ConnectionPolicy
ConnectionPolicy. connectionMode(ConnectionMode connectionMode)
Sets the connection mode used in the client.
-