次の方法で共有


ConflictResolutionPolicy.ConflictResolutionPath プロパティ

定義

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

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

プロパティ値

last-writer のチェック値へのパスが競合解決を優先します。 このパスは、ドキュメント内のプロパティのルートパスです ("/name/first" など)。

属性
Newtonsoft.Json.JsonPropertyAttribute

conflictResolutionPolicy.ConflictResolutionPath = "/name/first";

注釈

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

適用対象