Class ReplicationCreateTargetParameters

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ReplicationCreateTargetParameters
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Request parameters to use during target database creation.
    • Method Detail

      • n

        public Long n()
        Gets the n. Schema for the number of replicas of a database in a cluster.
        Returns:
        the n
      • partitioned

        public Boolean partitioned()
        Gets the partitioned. Parameter to specify whether to enable database partitions when creating the target database.
        Returns:
        the partitioned
      • q

        public Long 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