Table of Contents

Enum OperationKind

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

These are the operation types resulted in a version conflict on a resource.

public enum OperationKind
Extension Methods

Fields

Create = 1

A create operation.

Delete = 3

A delete operation.

Invalid = 0

An invalid operation.

[Obsolete("This item is obsolete as it does not apply to Conflict.")] Read = 4

This operation does not apply to Conflict.

Replace = 2

An replace operation.

Remarks

When a version conflict occurs during an async operation, retrieving the ConflictProperties instance will allow you to determine which resource and operation cause the conflict.