Modifier and Type | Method and Description |
---|---|
AccessCondition |
CosmosConflictRequestOptions.accessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosContainerRequestOptions.accessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosDatabaseRequestOptions.accessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosItemRequestOptions.accessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosPermissionRequestOptions.accessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosStoredProcedureRequestOptions.accessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
AccessCondition.condition(String condition)
Sets the value of the condition - for AccessConditionType IfMatchs and IfNotMatch, this is the ETag that has to
be compared to.
|
AccessCondition |
AccessCondition.type(AccessConditionType type)
Sets the condition type.
|
Modifier and Type | Method and Description |
---|---|
CosmosConflictRequestOptions |
CosmosConflictRequestOptions.accessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.accessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosDatabaseRequestOptions |
CosmosDatabaseRequestOptions.accessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosItemRequestOptions |
CosmosItemRequestOptions.accessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosPermissionRequestOptions |
CosmosPermissionRequestOptions.accessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.accessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
Copyright © 2019. All rights reserved.