@ibm-cloud/cloudant - v0.12.4
    Preparing search index...

    Class DatabaseInformationCluster

    Schema for database cluster information.

    Index

    Constructors

    Properties

    n q r w

    Methods

    Constructors

    Properties

    n: number

    Schema for the number of replicas of a database in a cluster. The cluster is using the default value and it cannot be changed by the user.

    q: number

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

    r: number

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

    w: number

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

    Methods