NamedPartitionSchemeResponse

data class NamedPartitionSchemeResponse(val names: List<String>, val partitionScheme: String)

Describes the named partition scheme of the service.

Constructors

Link copied to clipboard
constructor(names: List<String>, partitionScheme: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array for the names of the partitions.

Link copied to clipboard

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