Sharding Instance Shard List
data class ShardingInstanceShardList(val nodeClass: String, val nodeId: String? = null, val nodeStorage: Int, val readonlyReplicas: Int? = null)
Properties
Link copied to clipboard
The instance type of the shard node. see Instance specifications.
Link copied to clipboard
The storage space of the shard node.
Link copied to clipboard
The number of read-only nodes in shard node Default value: 0
. Valid values: 0
to 5
.