ContainerPartitionKeyResponse

data class ContainerPartitionKeyResponse(val kind: String? = null, val paths: List<String>? = null, val systemKey: Boolean, val version: Int? = null)

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

Constructors

Link copied to clipboard
constructor(kind: String? = null, paths: List<String>? = null, systemKey: Boolean, version: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kind: String? = null

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

Link copied to clipboard
val paths: List<String>? = null

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

Link copied to clipboard

Indicates if the container is using a system generated partition key

Link copied to clipboard
val version: Int? = null

Indicates the version of the partition key definition