1
0
Fork 0

Sharding and other collection properties can't be changed after creation

This commit is contained in:
Simran Brucherseifer 2016-10-20 12:32:25 +02:00
parent 0a349d0816
commit 7b21fe309f
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ On success an object with the following attributes is returned:
generating keys and supplying own key values in the *_key* attribute
of documents is considered an error.
**Note**: some other collection properties, such as *type*, *isVolatile*,
*numberOfShards* or *shardKeys* cannot be changed once a collection is
created.
**Note**: except for *waitForSync*, *journalSize* and *name*, collection
properties **cannot be changed** once a collection is created. To rename
a collection, the rename endpoint must be used.
@RESTRETURNCODES