Skip to content

ClusterMode

Key Value
type string
relationship Package -> Database -> Shard -> Sm -> ClusterMode
object path $.databases[*].shards[*].sm.clusterMode
package file path {package-root}/databases/{db-name}/shards/{shard-name}.yaml

Possible Values

  • "shared"
  • "independent"

No linked schemas.

Used In

  • Sm via clusterMode
Back to top