UniformInt64RangePartitionSchemeDescriptionArgs

data class UniformInt64RangePartitionSchemeDescriptionArgs(val count: Output<Int>, val highKey: Output<String>, val lowKey: Output<String>, val partitionScheme: Output<String>) : ConvertibleToJava<UniformInt64RangePartitionSchemeDescriptionArgs>

Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.

Constructors

constructor(count: Output<Int>, highKey: Output<String>, lowKey: Output<String>, partitionScheme: Output<String>)

Properties

Link copied to clipboard
val count: Output<Int>

The number of partitions.

Link copied to clipboard
val highKey: Output<String>

String indicating the upper bound of the partition key range that should be split between the partition ‘count’

Link copied to clipboard
val lowKey: Output<String>

String indicating the lower bound of the partition key range that should be split between the partition ‘count’

Link copied to clipboard
val partitionScheme: Output<String>

Enumerates the ways that a service can be partitioned. Expected value is 'UniformInt64Range'.

Functions

Link copied to clipboard
open override fun toJava(): UniformInt64RangePartitionSchemeDescriptionArgs