ContainerProperties.PartitionKeyPaths プロパティ

定義

階層パーティション キーを持つコンテナーに使用される JSON パスの一覧

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IReadOnlyList<string> PartitionKeyPaths { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.PartitionKeyPaths : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property PartitionKeyPaths As IReadOnlyList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象