PartitionKind type

Indicates the kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create
KnownPartitionKind can be used interchangeably with PartitionKind, this enum contains the known values that the service supports.

Known values supported by the service

Hash
Range
MultiHash

type PartitionKind = string