Compartir a través de


ConflictProperties.OperationKind Propiedad

Definición

Obtiene la operación que provocó el conflicto en el servicio Azure Cosmos DB.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a