Container Partition Key Args
data class ContainerPartitionKeyArgs(val kind: Output<Either<String, PartitionKind>>? = null, val paths: Output<List<String>>? = null, val version: Output<Int>? = null) : ConvertibleToJava<ContainerPartitionKeyArgs>
The configuration of the partition key to be used for partitioning data into multiple partitions
Constructors
Link copied to clipboard
constructor(kind: Output<Either<String, PartitionKind>>? = null, paths: Output<List<String>>? = null, version: Output<Int>? = null)