Modifier and Type | Method and Description |
---|---|
AccessCondition |
CosmosContainerRequestOptions.getAccessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosStoredProcedureRequestOptions.getAccessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosConflictRequestOptions.getAccessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosDatabaseRequestOptions.getAccessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosPermissionRequestOptions.getAccessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
CosmosItemRequestOptions.getAccessCondition()
Gets the conditions associated with the request.
|
AccessCondition |
AccessCondition.setCondition(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.setType(AccessConditionType type)
Sets the condition type.
|
Modifier and Type | Method and Description |
---|---|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosConflictRequestOptions |
CosmosConflictRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosDatabaseRequestOptions |
CosmosDatabaseRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosPermissionRequestOptions |
CosmosPermissionRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosItemRequestOptions |
CosmosItemRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.