ContainerProperties.PartitionKeyPaths Property

Definition

List of JSON paths used for containers with hierarchical partition keys

[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)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to