Uniform Int64Range Partition Scheme Args
data class UniformInt64RangePartitionSchemeArgs(val count: Output<Int>, val highKey: Output<Double>, val lowKey: Output<Double>, val partitionScheme: Output<String>) : ConvertibleToJava<UniformInt64RangePartitionSchemeArgs>
Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.
Constructors
Link copied to clipboard
fun UniformInt64RangePartitionSchemeArgs(count: Output<Int>, highKey: Output<Double>, lowKey: Output<Double>, partitionScheme: Output<String>)