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://username:password@<ip>:8094/api/managerOptions \-d '{
        "maxReplicasAllowed": "2"
    }