Freigeben über


ContainerProperties.PartitionKeyPath Property

Definition

JSON path used for containers partitioning

For hierarchical partition keys, please use PartitionKeyPaths

[Newtonsoft.Json.JsonIgnore]
public string PartitionKeyPath { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.PartitionKeyPath : string with get, set
Public Property PartitionKeyPath As String

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Remarks

Throws NotImplementedException for hierarchical partition keys

Applies to