ShardingInstanceShardList

data class ShardingInstanceShardList(val nodeClass: String, val nodeId: String? = null, val nodeStorage: Int, val readonlyReplicas: Int? = null)

Constructors

Link copied to clipboard
constructor(nodeClass: String, nodeId: String? = null, nodeStorage: Int, readonlyReplicas: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The instance type of the shard node. see Instance specifications.

Link copied to clipboard
val nodeId: String? = null

The ID of the Config Server node.

Link copied to clipboard

The storage space of the shard node.

Link copied to clipboard
val readonlyReplicas: Int? = null

The number of read-only nodes in shard node Default value: 0. Valid values: 0 to 5.