Share via


ConflictProperties.OperationKind Property

Definition

Gets the operation that resulted in the conflict in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="operationType")]
public Microsoft.Azure.Cosmos.OperationKind OperationKind { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="operationType")>]
member this.OperationKind : Microsoft.Azure.Cosmos.OperationKind
Public ReadOnly Property OperationKind As OperationKind

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to