A newer version of this documentation is available.

View Latest

maxReplicasAllowed

      +

      The maxReplicasAllowed setting is the maximum number of copies of primary index partitions that the index can support.

      The default limit value of this is 3.

      Example

      curl -XPUT -H "Content-type:application/json" \
      http://<ip>:8094/api/managerOptions -u <username>:<password> -d '{
          "maxReplicasAllowed": "2"
      }'