NamedPartitionSchemeDescriptionArgs

data class NamedPartitionSchemeDescriptionArgs(val count: Output<Int>, val names: Output<List<String>>, val partitionScheme: Output<String>) : ConvertibleToJava<NamedPartitionSchemeDescriptionArgs>

Describes the named partition scheme of the service.

Constructors

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

Properties

Link copied to clipboard
val count: Output<Int>

The number of partitions.

Link copied to clipboard
val names: Output<List<String>>

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

Link copied to clipboard
val partitionScheme: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): NamedPartitionSchemeDescriptionArgs