Skip to content

Commit 376d012

Browse files
sarahsimpersrustagir
authored andcommitted
(DOCSP-45749) Denests last phase 1 nested components (#182)
* (DOCSP-45749) Denests last phase 1 nested components * Update build
1 parent db138bc commit 376d012

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/reference/method/MongoDBDatabase-createCollection.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@ Parameters
5757
- Type
5858
- Description
5959

60+
* - autoIndexId
61+
- boolean
62+
- Specify ``false`` to disable the automatic creation of an index on the
63+
``_id`` field.
64+
65+
:gold:`IMPORTANT:` For replica sets, do not set
66+
``autoIndexId`` to ``false``.
67+
68+
.. deprecated:: 1.4
69+
This option has been deprecated since MongoDB 3.2. As of MongoDB
70+
4.0, this option cannot be ``false`` when creating a replicated
71+
collection (i.e. a collection outside of the ``local`` database in
72+
any mongod mode).
73+
6074
* - capped
6175
- boolean
6276
- To create a capped collection, specify ``true``. If you specify

0 commit comments

Comments
 (0)