次の方法で共有


ConflictResolutionPolicy.ResolutionPath プロパティ

定義

最後のライターが競合解決を優先するために、Azure Cosmos DB サービスの各項目に存在するパスを取得または設定します。 このパスは各項目に存在し、整数値である必要があります。 アイテムで競合が発生した場合、指定したパスの整数値が大きい項目が選択されます。 パスが指定されていない場合、既定ではタイム スタンプ パスが使用されます。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="conflictResolutionPath")]
public string ResolutionPath { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="conflictResolutionPath")>]
member this.ResolutionPath : string with get, set
Public Property ResolutionPath As String

プロパティ値

last-writer のチェック値へのパスが競合解決を優先します。 そのパスは、"/name/first" など、アイテム内のプロパティのルートパスです。

属性
Newtonsoft.Json.JsonPropertyAttribute

conflictResolutionPolicy.ConflictResolutionPath = "/name/first";

注釈

この値は、 を使用する場合にのみ設定する必要があります LastWriterWins

適用対象