AccessConditionType Enum

Definition

Specifies the set of AccessCondition types that can be used for operations in the Azure Cosmos DB service.

public enum AccessConditionType
type AccessConditionType = 
Public Enum AccessConditionType
Inheritance
AccessConditionType

Fields

IfMatch 0

Check if the resource's ETag value matches the ETag value performed.

IfNoneMatch 1

Check if the resource's ETag value does not match ETag value performed.

Applies to

See also