what is the Key Value pair to define Replication Factor in the json object

Viewed 12

-d '{"DatabaseName": "DB_Name", "ReplicationFactor": "3"}'

The replication factor key value pair seems to be wrong and CURL command ignores this value while creating a database and sets the replication factor to 1.

Please tell me know the correct Key value name to define replication factor.

Thanks

0 Answers
Related