次の方法で共有


UniqueKey.Paths プロパティ

定義

Azure Cosmos DB サービスのドキュメントごとにパスの一覧を一意にする必要がある値を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象