Table of Contents

Enum AccessConditionType

Namespace
Microsoft.Azure.Documents.Client
Assembly
Microsoft.Azure.Documents.Client.dll

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

public enum AccessConditionType
Extension Methods

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.

See Also