Request parameters to use during target database creation.

interface ReplicationCreateTargetParameters {
    n?: number;
    partitioned?: boolean;
    q?: number;
}

Properties

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.

partitioned?: boolean

Parameter to specify whether to enable database partitions when creating the target database.

q?: number

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

Generated using TypeDoc