AccessConditionType
Enum
Definition
Specifies the set of AccessCondition types that can be used for operations in the Azure DocumentDB database service.
public enum AccessConditionType
- Inheritance
-
AccessConditionType
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. |