UniformInt64RangePartitionSchemeResponse

data class UniformInt64RangePartitionSchemeResponse(val count: Int, val highKey: Double, val lowKey: Double, val partitionScheme: String)

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

Constructors

Link copied to clipboard
constructor(count: Int, highKey: Double, lowKey: Double, partitionScheme: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of partitions.

Link copied to clipboard

The upper bound of the partition key range that should be split between the partition ‘Count’

Link copied to clipboard

The lower bound of the partition key range that should be split between the partition ‘Count’

Link copied to clipboard

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