| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb | |
| com.microsoft.azure.cosmosdb.rx |
| Modifier and Type | Method and Description |
|---|---|
ConsistencyLevel |
RequestOptions.getConsistencyLevel()
Gets the consistency level required for the request.
|
ConsistencyLevel |
ConsistencyPolicy.getDefaultConsistencyLevel()
Get the name of the resource.
|
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 |
|---|---|
void |
RequestOptions.setConsistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.
|
void |
ConsistencyPolicy.setDefaultConsistencyLevel(ConsistencyLevel level)
Set the name of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDocumentClient.Builder |
AsyncDocumentClient.Builder.withConsistencyLevel(ConsistencyLevel desiredConsistencyLevel) |
Copyright © 2018. All rights reserved.