Uses of Class
com.azure.data.cosmos.AccessCondition
-
Packages that use AccessCondition Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of AccessCondition in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return AccessCondition Modifier and Type Method 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.Methods in com.azure.data.cosmos with parameters of type AccessCondition Modifier and Type Method 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.
-