| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultConsistencyLevel |
CosmosDBAccount.defaultConsistencyLevel() |
DefaultConsistencyLevel |
ConsistencyPolicy.defaultConsistencyLevel()
Get the defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos
DB account.
|
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 defaultConsistencyLevel property: The default consistency level and configuration settings of the Cosmos
DB account.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.