Interface ReplicationConfig

interface ReplicationConfig {
    inSyncReplicaMin?: number;
}

Properties

inSyncReplicaMin?: number

Generated using TypeDoc