SingletonPartitionSchemeDescriptionResponse

data class SingletonPartitionSchemeDescriptionResponse(val partitionScheme: String)

Describes the partition scheme of a singleton-partitioned, or non-partitioned service.

Constructors

constructor(partitionScheme: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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