ShardingPropertiesResponse

data class ShardingPropertiesResponse(val shardCount: Int? = null)

The sharding properties of the cluster. This includes the shard count and scaling options for the cluster.

Constructors

Link copied to clipboard
constructor(shardCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val shardCount: Int? = null

Number of shards to provision on the cluster.