ShardingPropertiesArgs

data class ShardingPropertiesArgs(val shardCount: Output<Int>? = null) : ConvertibleToJava<ShardingPropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard
val shardCount: Output<Int>? = null

Number of shards to provision on the cluster.

Functions

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