UniformInt64RangePartitionSchemeDescriptionResponse

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

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

Constructors

constructor(count: Int, highKey: String, lowKey: String, 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

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

Link copied to clipboard

String indicating 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'.