AccessConditionType Enum
- java.
lang. Object - java.
lang. Enum<AccessConditionType> - com.
microsoft. azure. documentdb. AccessConditionType
- com.
- java.
public enum AccessConditionType
Specifies the set of access condition types that can be used for operations in the Azure Cosmos DB database service.
Fields
IfMatch |
Check if the resource's ETag value matches the ETag value performed. |
IfNoneMatch |
Check if the resource's ETag value does not match ETag value performed. |