Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerPartitionKey

Package version

The configuration of the partition key to be used for partitioning data into multiple partitions

Hierarchy

  • ContainerPartitionKey

Index

Properties

Optional kind

Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create

Optional paths

paths: string[]

List of paths using which data within the container can be partitioned

Optional systemKey

systemKey: undefined | false | true

Indicates if the container is using a system generated partition key NOTE: This property will not be serialized. It can only be populated by the server.

Optional version

version: undefined | number

Indicates the version of the partition key definition

Generated using TypeDoc