次の方法で共有


UniqueKey.Paths プロパティ

定義

パスを取得または設定します。パスのセットは、Azure Cosmos DB サービス内のドキュメントごとに一意である必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="paths")]
public System.Collections.ObjectModel.Collection<string> Paths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="paths")>]
member this.Paths : System.Collections.ObjectModel.Collection<string> with get, set
Public Property Paths As Collection(Of String)

プロパティ値

一意性を適用するパス。 各パスは、ドキュメント内の一意のプロパティ ("/name/first" など) のルートパスです。

属性
Newtonsoft.Json.JsonPropertyAttribute

uniqueKey.Paths = 新しいコレクション<文字列> { "/name/first", "/name/last" };

適用対象