Modifier and Type | Method and Description |
---|---|
ConsistencyLevel |
CosmosClientBuilder.consistencyLevel()
Gets the (@link ConsistencyLevel) to be used
|
ConsistencyLevel |
CosmosContainerRequestOptions.consistencyLevel()
Gets the consistency level required for the request.
|
ConsistencyLevel |
CosmosItemRequestOptions.consistencyLevel()
Gets the consistency level required for the request.
|
ConsistencyLevel |
CosmosStoredProcedureRequestOptions.consistencyLevel()
Gets the consistency level required for the request.
|
ConsistencyLevel |
ConsistencyPolicy.defaultConsistencyLevel()
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 |
---|---|
CosmosClientBuilder |
CosmosClientBuilder.consistencyLevel(ConsistencyLevel desiredConsistencyLevel)
Sets the (@link ConsistencyLevel) to be used
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.consistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.
|
CosmosItemRequestOptions |
CosmosItemRequestOptions.consistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.
|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.consistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.
|
ConsistencyPolicy |
ConsistencyPolicy.defaultConsistencyLevel(ConsistencyLevel level)
Set the name of the resource.
|
Copyright © 2019. All rights reserved.