ConnectionMode Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. documentdb. ConnectionMode
- com.
- java.
public enum ConnectionMode
extends java.lang.Enum<ConnectionMode>
Represents the connection mode to be used by the client in the Azure Cosmos DB database service.
Direct and Gateway connectivity modes are supported. Gateway is the default. Refer to http://azure.microsoft.com/documentation/articles/documentdb- interactions-with-resources/#connectivity-options for additional details.
DirectHttps |
Specifies that requests to server resources are made directly to the data nodes through HTTPS. |
Gateway |
Specifies that requests to server resources are made through a gateway proxy using HTTPS. |
valueOf(String name)
public static ConnectionMode valueOf(String name)
- name
- java.lang.String
values()
Comentários do Azure SDK for Java
O Azure SDK for Java é um projeto código aberto. Selecione um link para fornecer comentários: