File tree 8 files changed +110
-0
lines changed
8 files changed +110
-0
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,16 @@ db.collection.dataSize()
27
27
.. |operations| replace:: :dbcommand:`collStats`
28
28
29
29
30
+
31
+ Compatibility
32
+ -------------
33
+
34
+ .. |command| replace:: method
35
+
36
+ This method is available in deployments hosted in the following environments:
37
+
38
+ .. include:: /includes/fact-environments-atlas-only.rst
39
+
40
+ .. include:: /includes/fact-environments-atlas-support-no-free.rst
41
+
42
+ .. include:: /includes/fact-environments-onprem-only.rst
Original file line number Diff line number Diff line change @@ -88,6 +88,19 @@ Description
88
88
89
89
90
90
91
+ Compatibility
92
+ -------------
93
+
94
+ .. |command| replace:: method
95
+
96
+ This method is available in deployments hosted in the following environments:
97
+
98
+ .. include:: /includes/fact-environments-atlas-only.rst
99
+
100
+ .. include:: /includes/fact-environments-atlas-support-all.rst
101
+
102
+ .. include:: /includes/fact-environments-onprem-only.rst
103
+
91
104
92
105
.. _explain-method-behavior:
93
106
Original file line number Diff line number Diff line change @@ -34,6 +34,20 @@ Description
34
34
The :method:`db.collection.validate()` method is a wrapper around
35
35
the :dbcommand:`validate` command.
36
36
37
+
38
+ Compatibility
39
+ -------------
40
+
41
+ .. |command| replace:: method
42
+
43
+ This method is available in deployments hosted in the following environments:
44
+
45
+ .. include:: /includes/fact-environments-atlas-only.rst
46
+
47
+ .. include:: /includes/fact-environments-atlas-support-no-free-or-serverless.rst
48
+
49
+ .. include:: /includes/fact-environments-onprem-only.rst
50
+
37
51
Syntax
38
52
------
39
53
Original file line number Diff line number Diff line change @@ -54,3 +54,17 @@ db.hostInfo()
54
54
55
55
See :data:`hostInfo` for full documentation of the output of
56
56
:method:`db.hostInfo()`.
57
+
58
+
59
+ Compatibility
60
+ -------------
61
+
62
+ .. |command| replace:: method
63
+
64
+ This method is available in deployments hosted in the following environments:
65
+
66
+ .. include:: /includes/fact-environments-atlas-only.rst
67
+
68
+ .. include:: /includes/fact-environments-atlas-support-no-free.rst
69
+
70
+ .. include:: /includes/fact-environments-onprem-only.rst
Original file line number Diff line number Diff line change @@ -15,3 +15,17 @@ db.listCommands()
15
15
Provides a list of all database commands. See the
16
16
:doc:`/reference/command` document for a more extensive index of
17
17
these options.
18
+
19
+
20
+ Compatibility
21
+ -------------
22
+
23
+ .. |command| replace:: method
24
+
25
+ This method is available in deployments hosted in the following environments:
26
+
27
+ .. include:: /includes/fact-environments-atlas-only.rst
28
+
29
+ .. include:: /includes/fact-environments-atlas-support-all.rst
30
+
31
+ .. include:: /includes/fact-environments-onprem-only.rst
Original file line number Diff line number Diff line change @@ -16,3 +16,17 @@ db.serverBuildInfo()
16
16
command`. :dbcommand:`buildInfo` returns a document that contains
17
17
an overview of parameters used to compile this :binary:`~bin.mongod`
18
18
instance.
19
+
20
+
21
+ Compatibility
22
+ -------------
23
+
24
+ .. |command| replace:: method
25
+
26
+ This method is available in deployments hosted in the following environments:
27
+
28
+ .. include:: /includes/fact-environments-atlas-only.rst
29
+
30
+ .. include:: /includes/fact-environments-atlas-support-all.rst
31
+
32
+ .. include:: /includes/fact-environments-onprem-only.rst
Original file line number Diff line number Diff line change @@ -18,6 +18,20 @@ db.serverStatus()
18
18
This command provides a wrapper around the database command
19
19
:dbcommand:`serverStatus`.
20
20
21
+
22
+ Compatibility
23
+ -------------
24
+
25
+ .. |command| replace:: method
26
+
27
+ This method is available in deployments hosted in the following environments:
28
+
29
+ .. include:: /includes/fact-environments-atlas-only.rst
30
+
31
+ .. include:: /includes/fact-environments-atlas-support-all.rst
32
+
33
+ .. include:: /includes/fact-environments-onprem-only.rst
34
+
21
35
Behavior
22
36
--------
23
37
Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ Description
20
20
The :method:`db.stats()` method is a wrapper around the
21
21
:dbcommand:`dbStats` database command.
22
22
23
+
24
+ Compatibility
25
+ -------------
26
+
27
+ .. |command| replace:: method
28
+
29
+ This method is available in deployments hosted in the following environments:
30
+
31
+ .. include:: /includes/fact-environments-atlas-only.rst
32
+
33
+ .. include:: /includes/fact-environments-atlas-support-limited-free.rst
34
+
35
+ .. include:: /includes/fact-environments-onprem-only.rst
36
+
23
37
Parameters
24
38
~~~~~~~~~~
25
39
You can’t perform that action at this time.
0 commit comments