Package com.ibm.cloud.cloudant.v1.model
Class ReplicationCreateTargetParameters
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ReplicationCreateTargetParameters
- All Implemented Interfaces:
ObjectModel
Request parameters to use during target database creation.
-
Method Details
-
newBuilder
New builder.- Returns:
- a ReplicationCreateTargetParameters builder
-
n
Gets the n. 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.- Returns:
- the n
-
partitioned
Gets the partitioned. Parameter to specify whether to enable database partitions when creating the target database.- Returns:
- the partitioned
-
q
Gets the q. Schema for the number of shards in a database. Each shard is a partition of the hash value range.- Returns:
- the q
-