| Name | Type | Description |
|---|---|---|
pk_def* | Any | The partition key definition stored in
|
Extract partition key paths from a partition key definition.
Supports:
azure.cosmos.PartitionKey instances with a single-path Hash /
MultiHash-of-one configuration. Hierarchical partition keys (HPK,
multi-path) are explicitly rejected because the batch insertion code
groups items by a single scalar partition-key value and would silently
produce wrong groups for HPK.{"paths": [...], "kind": ...}
following the same constraints.