Options
All
  • Public
  • Public/Protected
  • All
Menu

Schema for database cluster information.

Hierarchy

  • DatabaseInformationCluster

Index

Properties

Properties

n

n: number

Schema for the number of replicas of a database in a cluster.

q

q: number

Schema for the number of shards in a database. Each shard is a partition of the hash value range.

r

r: number

Read quorum. The number of consistent copies of a document that need to be read before a successful reply.

w

w: number

Write quorum. The number of copies of a document that need to be written before a successful reply.

Generated using TypeDoc