NamedPartitionSchemeDescriptionResponse

data class NamedPartitionSchemeDescriptionResponse(val count: Int, val names: List<String>, val partitionScheme: String)

Describes the named partition scheme of the service.

Constructors

Link copied to clipboard
constructor(count: Int, names: List<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

Array of size specified by the ‘count’ parameter, for the names of the partitions.

Link copied to clipboard

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