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.