| Package | Description |
|---|---|
| com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsistencyLevel |
ConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyLevel[] |
ConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CosmosClientBuilder |
CosmosClientBuilder.consistencyLevel(ConsistencyLevel desiredConsistencyLevel)
Sets the
ConsistencyLevel to be used
By default, ConsistencyLevel.SESSION consistency will be used. |
Copyright © 2020 Microsoft Corporation. All rights reserved.