| 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.
|
Copyright © 2020. All rights reserved.