public interface CosmosProperties extends AzureProperties, KeyAware
RetryAware.Backoff, RetryAware.HttpRetry, RetryAware.RetryClientAware.AmqpClient, ClientAware.Client, ClientAware.HttpClient, ClientAware.HttpLoggingProxyAware.HttpProxy, ProxyAware.ProxyTokenCredentialAware.TokenCredentialAzureProfileAware.CloudType, AzureProfileAware.Environment, AzureProfileAware.Profile| Modifier and Type | Method and Description |
|---|---|
Boolean |
getClientTelemetryEnabled() |
com.azure.cosmos.ConnectionMode |
getConnectionMode() |
Boolean |
getConnectionSharingAcrossClientsEnabled() |
com.azure.cosmos.ConsistencyLevel |
getConsistencyLevel() |
Boolean |
getContentResponseOnWriteEnabled() |
String |
getDatabase() |
com.azure.cosmos.DirectConnectionConfig |
getDirectConnection() |
String |
getEndpoint() |
Boolean |
getEndpointDiscoveryEnabled() |
com.azure.cosmos.GatewayConnectionConfig |
getGatewayConnection() |
Boolean |
getMultipleWriteRegionsEnabled() |
List<com.azure.cosmos.models.CosmosPermissionProperties> |
getPermissions() |
List<String> |
getPreferredRegions() |
Boolean |
getReadRequestsFallbackEnabled() |
String |
getResourceToken() |
default RetryAware.Retry |
getRetry() |
Boolean |
getSessionCapturingOverrideEnabled() |
com.azure.cosmos.ThrottlingRetryOptions |
getThrottlingRetryOptions() |
getClientgetProxygetCredentialgetProfileString getEndpoint()
String getResourceToken()
Boolean getClientTelemetryEnabled()
Boolean getEndpointDiscoveryEnabled()
Boolean getConnectionSharingAcrossClientsEnabled()
Boolean getContentResponseOnWriteEnabled()
Boolean getMultipleWriteRegionsEnabled()
Boolean getSessionCapturingOverrideEnabled()
Boolean getReadRequestsFallbackEnabled()
List<com.azure.cosmos.models.CosmosPermissionProperties> getPermissions()
com.azure.cosmos.GatewayConnectionConfig getGatewayConnection()
com.azure.cosmos.DirectConnectionConfig getDirectConnection()
com.azure.cosmos.ConsistencyLevel getConsistencyLevel()
String getDatabase()
com.azure.cosmos.ConnectionMode getConnectionMode()
com.azure.cosmos.ThrottlingRetryOptions getThrottlingRetryOptions()
default RetryAware.Retry getRetry()
getRetry in interface RetryAwareVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.