mirror of https://gitee.com/bigwinds/arangodb
also mention that this is not available in sharded collections.
This commit is contained in:
parent
7224e7515c
commit
6bd5df42ea
|
@ -90,6 +90,8 @@ to the [naming conventions](../NamingConventions/README.md).
|
|||
following attributes (**note**: some of them are optional):
|
||||
- *type*: specifies the type of the key generator. The currently
|
||||
available generators are *traditional* and *autoincrement*.
|
||||
(**note**: *autoincrement* is currently only supported for non-sharded
|
||||
collections)
|
||||
- *allowUserKeys*: if set to *true*, then it is allowed to supply
|
||||
own key values in the *_key* attribute of a document. If set to
|
||||
*false*, then the key generator will solely be responsible for
|
||||
|
|
Loading…
Reference in New Issue