Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions source/reference/method/MongoDBDatabase-createCollection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ Parameters
- Specify ``false`` to disable the automatic creation of an index on the
``_id`` field.

.. important::

For replica sets, do not set ``autoIndexId`` to ``false``.
:gold:`IMPORTANT:` For replica sets, do not set
``autoIndexId`` to ``false``.

.. deprecated:: 1.4
This option has been deprecated since MongoDB 3.2. As of MongoDB
Expand Down Expand Up @@ -242,10 +241,8 @@ Parameters
- Determines whether to ``error`` on invalid documents or just ``warn``
about the violations but allow invalid documents to be inserted.

.. important::

Validation of documents only applies to those documents as
determined by the ``validationLevel``.
:gold:`IMPORTANT:` Validation of documents only applies to
those documents as determined by the ``validationLevel``.

.. list-table::
:header-rows: 1
Expand Down
Loading