File tree 10 files changed +139
-3
lines changed
10 files changed +139
-3
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,17 @@ db.collection.compactStructuredEncryptionData()
25
25
only works on connections that have
26
26
:ref:`automatic encryption <csfle-tutorial-automatic-encryption>`
27
27
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
Original file line number Diff line number Diff line change @@ -95,6 +95,20 @@ Definition
95
95
96
96
.. versionadded:: 4.4
97
97
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
+
98
112
.. _createIndexes-method-options:
99
113
100
114
Options
Original file line number Diff line number Diff line change @@ -104,7 +104,21 @@ Definition
104
104
**To drop multiple indexes** (Available starting in MongoDB
105
105
4.2), specify an array of the index names.
106
106
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
+
108
122
Behavior
109
123
--------
110
124
Original file line number Diff line number Diff line change @@ -35,6 +35,21 @@ Definition
35
35
- For most users, the :method:`db.collection.reIndex()` command
36
36
is unnecessary.
37
37
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
+
38
53
Behavior
39
54
--------
40
55
Original file line number Diff line number Diff line change @@ -50,6 +50,20 @@ Definition
50
50
the collection. The default value is ``false``.
51
51
52
52
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
+
53
67
Behavior
54
68
--------
55
69
Original file line number Diff line number Diff line change @@ -29,6 +29,21 @@ Definition
29
29
30
30
.. include:: /includes/5.0-fact-currentop.rst
31
31
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
+
32
47
Syntax
33
48
~~~~~~
34
49
Original file line number Diff line number Diff line change @@ -21,12 +21,19 @@ Definition
21
21
22
22
Removes the current database, deleting the associated data files.
23
23
24
+
24
25
Compatibility
25
26
-------------
26
27
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
28
35
29
- .. include:: /includes/fact-compatibility .rst
36
+ .. include:: /includes/fact-environments-onprem-only .rst
30
37
31
38
Syntax
32
39
------
Original file line number Diff line number Diff line change @@ -62,6 +62,21 @@ Definition
62
62
The :method:`db.fsyncUnlock()` method wraps the
63
63
:dbcommand:`fsyncUnlock` command.
64
64
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
+
65
80
Compatibility with WiredTiger
66
81
-----------------------------
67
82
Original file line number Diff line number Diff line change @@ -46,6 +46,19 @@ Description
46
46
.. include:: /includes/extracts/warning-terminating-ops-method.rst
47
47
48
48
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
+
49
62
Sharded Cluster
50
63
---------------
51
64
Original file line number Diff line number Diff line change @@ -50,6 +50,21 @@ Definition
50
50
The :method:`db.rotateCertificates()` method wraps the
51
51
:dbcommand:`rotateCertificates` command.
52
52
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
+
53
68
Output
54
69
------
55
70
You can’t perform that action at this time.
0 commit comments