Skip to content

Commit d4e8228

Browse files
DOCSP-34782 Atlas Support for Administration Commands (#5745) (#9466)
Co-authored-by: pierwill <[email protected]>
1 parent cf6baf6 commit d4e8228

33 files changed

+366
-2
lines changed

source/reference/command/cloneCollectionAsCapped.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ Definition
2020
within the same database. The operation does not affect the
2121
original non-capped collection.
2222

23+
Compatibility
24+
-------------
25+
26+
This command 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-no-free-or-serverless.rst
31+
32+
.. include:: /includes/fact-environments-onprem-only.rst
2333

2434
Syntax
2535
------

source/reference/command/collMod.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Definition
3232
views. For discussion of on-demand materialized views, see
3333
:pipeline:`$merge` instead.
3434

35+
Compatibility
36+
-------------
37+
38+
This command 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+
3546
Syntax
3647
------
3748

source/reference/command/compact.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Definition
2121
:ref:`WiredTiger <storage-wiredtiger>` databases, this command
2222
releases unneeded disk space to the operating system.
2323

24+
Compatibility
25+
-------------
26+
27+
This command 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-no-free.rst
32+
33+
.. include:: /includes/fact-environments-onprem-only.rst
34+
2435
Syntax
2536
------
2637

source/reference/command/compactStructuredEncryptionData.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ Definition
2020
Compacts documents specified in the metadata collections and deletes
2121
redundant documents.
2222

23+
Compatibility
24+
-------------
25+
26+
This command 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
33+
2334
Syntax
2435
------
2536

source/reference/command/convertToCapped.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ Definition
2525
non-capped collection to a :term:`capped collection` within the same
2626
database.
2727

28+
Compatibility
29+
-------------
30+
31+
This command is available in deployments hosted in the following environments:
32+
33+
.. include:: /includes/fact-environments-atlas-only.rst
34+
35+
.. include:: /includes/fact-environments-atlas-support-no-serverless.rst
36+
37+
.. include:: /includes/fact-environments-onprem-only.rst
38+
2839
Syntax
2940
------
3041

source/reference/command/create.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ Definition
2323
views. For discussion of on-demand materialized views, see
2424
:pipeline:`$merge` instead.
2525

26+
Compatibility
27+
-------------
28+
29+
This command 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-all.rst
34+
35+
.. include:: /includes/fact-environments-onprem-only.rst
36+
2637
Syntax
2738
------
2839

source/reference/command/createIndexes.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ Definition
2121
:method:`db.collection.createIndexes()` helper methods.
2222
.. include:: /includes/fact-dbcommand-tip
2323

24+
Compatibility
25+
-------------
26+
27+
This command 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
2434

2535
Syntax
2636
------

source/reference/command/currentOp.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ Definition
2626

2727
.. include:: /includes/fact-currentOp-aggregation-stage.rst
2828

29+
Compatibility
30+
-------------
31+
32+
This command is available in deployments hosted in the following environments:
33+
34+
.. include:: /includes/fact-environments-atlas-only.rst
35+
36+
.. include:: /includes/fact-environments-atlas-support-all.rst
37+
38+
.. include:: /includes/fact-environments-onprem-only.rst
39+
40+
2941
Syntax
3042
------
3143

source/reference/command/drop.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ Definition
2121
.. |method| replace:: :method:`~db.collection.drop` helper method
2222
.. include:: /includes/fact-dbcommand-tip
2323

24+
Compatibility
25+
-------------
26+
27+
This command 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+
35+
2436
Syntax
2537
------
2638

source/reference/command/dropConnections.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ Definition
2020
connections to the specified hosts. The :dbcommand:`dropConnections`
2121
must be run against the ``admin`` database.
2222

23+
Compatibility
24+
-------------
25+
26+
This command 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
33+
2334
Syntax
2435
------
2536

0 commit comments

Comments
 (0)