AccessConditionType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. documentdb. AccessConditionType
- com.
- java.
public enum AccessConditionType
extends java.lang.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. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static AccessConditionType valueOf(String name)
Parameters
- name
- java.lang.String