Partager via


ConflictResolutionPolicy.Mode Propriété

Définition

Obtient ou définit le ConflictResolutionMode dans le service Azure Cosmos DB. Par défaut, il s’agit de 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

Valeur de propriété

Une des valeurs de l'énumération ConflictResolutionMode.

Attributs
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

S’applique à