Skip to content

Commit

Permalink
DOCSP-35874 Atlas support for Administration methods (#6266)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill committed Feb 7, 2024
1 parent e511159 commit b33ea30
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ db.collection.compactStructuredEncryptionData()
only works on connections that have
:ref:`automatic encryption <csfle-tutorial-automatic-encryption>`
enabled.


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-all.rst

.. include:: /includes/fact-environments-onprem-only.rst
14 changes: 14 additions & 0 deletions source/reference/method/db.collection.createIndexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ Definition

.. versionadded:: 4.4


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-all.rst

.. include:: /includes/fact-environments-onprem-only.rst

.. _createIndexes-method-options:

Options
Expand Down
16 changes: 15 additions & 1 deletion source/reference/method/db.collection.dropIndexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,21 @@ Definition
**To drop multiple indexes** (Available starting in MongoDB
4.2), specify an array of the index names.



Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-all.rst

.. include:: /includes/fact-environments-onprem-only.rst


Behavior
--------

Expand Down
15 changes: 15 additions & 0 deletions source/reference/method/db.collection.reIndex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ Definition
- For most users, the :method:`db.collection.reIndex()` command
is unnecessary.


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-no-free.rst

.. include:: /includes/fact-environments-onprem-only.rst


Behavior
--------

Expand Down
14 changes: 14 additions & 0 deletions source/reference/method/db.collection.renameCollection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ Definition
the collection. The default value is ``false``.


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-all.rst

.. include:: /includes/fact-environments-onprem-only.rst


Behavior
--------

Expand Down
15 changes: 15 additions & 0 deletions source/reference/method/db.currentOp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ Definition

.. include:: /includes/5.0-fact-currentop.rst


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-all.rst

.. include:: /includes/fact-environments-onprem-only.rst


Syntax
~~~~~~

Expand Down
11 changes: 9 additions & 2 deletions source/reference/method/db.dropDatabase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,19 @@ Definition

Removes the current database, deleting the associated data files.


Compatibility
-------------

.. |operator-method| replace:: ``db.dropDatabase()``
.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-all.rst

.. include:: /includes/fact-compatibility.rst
.. include:: /includes/fact-environments-onprem-only.rst

Syntax
------
Expand Down
15 changes: 15 additions & 0 deletions source/reference/method/db.fsyncUnlock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ Definition
The :method:`db.fsyncUnlock()` method wraps the
:dbcommand:`fsyncUnlock` command.


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-no-free.rst

.. include:: /includes/fact-environments-onprem-only.rst


Compatibility with WiredTiger
-----------------------------

Expand Down
13 changes: 13 additions & 0 deletions source/reference/method/db.killOp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ Description
.. include:: /includes/extracts/warning-terminating-ops-method.rst


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-limited-free-and-m10.rst

.. include:: /includes/fact-environments-onprem-only.rst

Sharded Cluster
---------------

Expand Down
15 changes: 15 additions & 0 deletions source/reference/method/db.rotateCertificates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ Definition
The :method:`db.rotateCertificates()` method wraps the
:dbcommand:`rotateCertificates` command.


Compatibility
-------------

.. |command| replace:: method

This method is available in deployments hosted in the following environments:

.. include:: /includes/fact-environments-atlas-only.rst

.. include:: /includes/fact-environments-atlas-support-all.rst

.. include:: /includes/fact-environments-onprem-only.rst


Output
------

Expand Down

0 comments on commit b33ea30

Please sign in to comment.