ClusterShard

data class ClusterShard(val name: String? = null, val nodes: List<ClusterShardNode>? = null, val numNodes: Int? = null, val slots: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, nodes: List<ClusterShardNode>? = null, numNodes: Int? = null, slots: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the cluster. If omitted, the provider will assign a random, unique name. Conflicts with name_prefix.

Link copied to clipboard

Set of nodes in this shard.

Link copied to clipboard
val numNodes: Int? = null

Number of individual nodes in this shard.

Link copied to clipboard
val slots: String? = null

Keyspace for this shard. Example: 0-16383.