PartitionKeyDefinition.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)

プロパティ値

パーティション分割するパス。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象