Compartilhar via


ConflictResolutionPolicy.Mode Propriedade

Definição

Obtém ou define o ConflictResolutionMode no serviço do Azure Cosmos DB. Por padrão, é LastWriterWins.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="mode")]
public Microsoft.Azure.Cosmos.ConflictResolutionMode Mode { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="mode")>]
member this.Mode : Microsoft.Azure.Cosmos.ConflictResolutionMode with get, set
Public Property Mode As ConflictResolutionMode

Valor da propriedade

Um dos valores da enumeração ConflictResolutionMode.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a