Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
DefaultConsistencyLevel |
ConsistencyPolicy.defaultConsistencyLevel()
Get the default consistency level and configuration settings of the Cosmos DB account.
|
DefaultConsistencyLevel |
CosmosDBAccount.defaultConsistencyLevel() |
static DefaultConsistencyLevel |
DefaultConsistencyLevel.fromString(String value)
Parses a serialized value to a DefaultConsistencyLevel instance.
|
static DefaultConsistencyLevel |
DefaultConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultConsistencyLevel[] |
DefaultConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsistencyPolicy |
ConsistencyPolicy.withDefaultConsistencyLevel(DefaultConsistencyLevel defaultConsistencyLevel)
Set the default consistency level and configuration settings of the Cosmos DB account.
|
Copyright © 2019. All rights reserved.