Skip to content

Commit b33ea30

Browse files
authored
DOCSP-35874 Atlas support for Administration methods (#6266)
1 parent e511159 commit b33ea30

10 files changed

+139
-3
lines changed

source/reference/method/db.collection.compactStructuredEncryptionData.txt

+14
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,17 @@ db.collection.compactStructuredEncryptionData()
2525
only works on connections that have
2626
:ref:`automatic encryption <csfle-tutorial-automatic-encryption>`
2727
enabled.
28+
29+
30+
Compatibility
31+
-------------
32+
33+
.. |command| replace:: method
34+
35+
This method is available in deployments hosted in the following environments:
36+
37+
.. include:: /includes/fact-environments-atlas-only.rst
38+
39+
.. include:: /includes/fact-environments-atlas-support-all.rst
40+
41+
.. include:: /includes/fact-environments-onprem-only.rst

source/reference/method/db.collection.createIndexes.txt

+14
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,20 @@ Definition
9595

9696
.. versionadded:: 4.4
9797

98+
99+
Compatibility
100+
-------------
101+
102+
.. |command| replace:: method
103+
104+
This method is available in deployments hosted in the following environments:
105+
106+
.. include:: /includes/fact-environments-atlas-only.rst
107+
108+
.. include:: /includes/fact-environments-atlas-support-all.rst
109+
110+
.. include:: /includes/fact-environments-onprem-only.rst
111+
98112
.. _createIndexes-method-options:
99113

100114
Options

source/reference/method/db.collection.dropIndexes.txt

+15-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,21 @@ Definition
104104
**To drop multiple indexes** (Available starting in MongoDB
105105
4.2), specify an array of the index names.
106106

107-
107+
108+
Compatibility
109+
-------------
110+
111+
.. |command| replace:: method
112+
113+
This method is available in deployments hosted in the following environments:
114+
115+
.. include:: /includes/fact-environments-atlas-only.rst
116+
117+
.. include:: /includes/fact-environments-atlas-support-all.rst
118+
119+
.. include:: /includes/fact-environments-onprem-only.rst
120+
121+
108122
Behavior
109123
--------
110124

source/reference/method/db.collection.reIndex.txt

+15
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ Definition
3535
- For most users, the :method:`db.collection.reIndex()` command
3636
is unnecessary.
3737

38+
39+
Compatibility
40+
-------------
41+
42+
.. |command| replace:: method
43+
44+
This method is available in deployments hosted in the following environments:
45+
46+
.. include:: /includes/fact-environments-atlas-only.rst
47+
48+
.. include:: /includes/fact-environments-atlas-support-no-free.rst
49+
50+
.. include:: /includes/fact-environments-onprem-only.rst
51+
52+
3853
Behavior
3954
--------
4055

source/reference/method/db.collection.renameCollection.txt

+14
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,20 @@ Definition
5050
the collection. The default value is ``false``.
5151

5252

53+
Compatibility
54+
-------------
55+
56+
.. |command| replace:: method
57+
58+
This method is available in deployments hosted in the following environments:
59+
60+
.. include:: /includes/fact-environments-atlas-only.rst
61+
62+
.. include:: /includes/fact-environments-atlas-support-all.rst
63+
64+
.. include:: /includes/fact-environments-onprem-only.rst
65+
66+
5367
Behavior
5468
--------
5569

source/reference/method/db.currentOp.txt

+15
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ Definition
2929

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

32+
33+
Compatibility
34+
-------------
35+
36+
.. |command| replace:: method
37+
38+
This method is available in deployments hosted in the following environments:
39+
40+
.. include:: /includes/fact-environments-atlas-only.rst
41+
42+
.. include:: /includes/fact-environments-atlas-support-all.rst
43+
44+
.. include:: /includes/fact-environments-onprem-only.rst
45+
46+
3247
Syntax
3348
~~~~~~
3449

source/reference/method/db.dropDatabase.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,19 @@ Definition
2121

2222
Removes the current database, deleting the associated data files.
2323

24+
2425
Compatibility
2526
-------------
2627

27-
.. |operator-method| replace:: ``db.dropDatabase()``
28+
.. |command| replace:: method
29+
30+
This method is available in deployments hosted in the following environments:
31+
32+
.. include:: /includes/fact-environments-atlas-only.rst
33+
34+
.. include:: /includes/fact-environments-atlas-support-all.rst
2835

29-
.. include:: /includes/fact-compatibility.rst
36+
.. include:: /includes/fact-environments-onprem-only.rst
3037

3138
Syntax
3239
------

source/reference/method/db.fsyncUnlock.txt

+15
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,21 @@ Definition
6262
The :method:`db.fsyncUnlock()` method wraps the
6363
:dbcommand:`fsyncUnlock` command.
6464

65+
66+
Compatibility
67+
-------------
68+
69+
.. |command| replace:: method
70+
71+
This method is available in deployments hosted in the following environments:
72+
73+
.. include:: /includes/fact-environments-atlas-only.rst
74+
75+
.. include:: /includes/fact-environments-atlas-support-no-free.rst
76+
77+
.. include:: /includes/fact-environments-onprem-only.rst
78+
79+
6580
Compatibility with WiredTiger
6681
-----------------------------
6782

source/reference/method/db.killOp.txt

+13
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@ Description
4646
.. include:: /includes/extracts/warning-terminating-ops-method.rst
4747

4848

49+
Compatibility
50+
-------------
51+
52+
.. |command| replace:: method
53+
54+
This method is available in deployments hosted in the following environments:
55+
56+
.. include:: /includes/fact-environments-atlas-only.rst
57+
58+
.. include:: /includes/fact-environments-atlas-support-limited-free-and-m10.rst
59+
60+
.. include:: /includes/fact-environments-onprem-only.rst
61+
4962
Sharded Cluster
5063
---------------
5164

source/reference/method/db.rotateCertificates.txt

+15
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,21 @@ Definition
5050
The :method:`db.rotateCertificates()` method wraps the
5151
:dbcommand:`rotateCertificates` command.
5252

53+
54+
Compatibility
55+
-------------
56+
57+
.. |command| replace:: method
58+
59+
This method is available in deployments hosted in the following environments:
60+
61+
.. include:: /includes/fact-environments-atlas-only.rst
62+
63+
.. include:: /includes/fact-environments-atlas-support-all.rst
64+
65+
.. include:: /includes/fact-environments-onprem-only.rst
66+
67+
5368
Output
5469
------
5570

0 commit comments

Comments
 (0)