Skip to content

Commit c4a9e67

Browse files
DOCSP-34781 Add Atlas support info for Sessions Commands (#5687) (#9482)
* DOCSP-34781 Add Atlas support info for Sessions Commands (#5687) Co-authored-by: pierwill <pierwill@users.noreply.github.com> * Fixes incorrect include file names --------- Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> Co-authored-by: pierwill <pierwill@users.noreply.github.com>
1 parent def0878 commit c4a9e67

File tree

8 files changed

+96
-2
lines changed

8 files changed

+96
-2
lines changed

source/reference/command/abortTransaction.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,18 @@ Definition
2727

2828
To run the :dbcommand:`abortTransaction`, the command must be run
2929
against the ``admin`` database and run within a
30-
:method:`Session`.
30+
:method:`Session`.
31+
32+
Compatibility
33+
-------------
34+
35+
This command 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
3142

3243
Syntax
3344
------

source/reference/command/commitTransaction.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ Definition
2727
against the ``admin`` database and run within a
2828
:method:`Session`.
2929

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

source/reference/command/endSessions.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,18 @@ Definition
2323
.. note::
2424

2525
Use the :dbcommand:`killSessions` command to immediately terminate
26-
and remove a session.
26+
and remove a session.
27+
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-all.rst
36+
37+
.. include:: /includes/fact-environments-onprem-only.rst
2738

2839
Syntax
2940
------

source/reference/command/killAllSessions.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ The command has the following syntax:
3131
}
3232
)
3333

34+
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-no-free-or-m10.rst
43+
44+
.. include:: /includes/fact-environments-onprem-only.rst
45+
46+
3447
Command Fields
3548
--------------
3649

source/reference/command/killAllSessionsByPattern.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ The command has the following syntax:
3131
}
3232
)
3333

34+
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-no-free.rst
43+
44+
.. include:: /includes/fact-environments-onprem-only.rst
45+
46+
3447
Command Fields
3548
--------------
3649

source/reference/command/killSessions.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ The command has the following syntax:
3232
}
3333
)
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-no-free.rst
43+
44+
.. include:: /includes/fact-environments-onprem-only.rst
45+
3546
Command Fields
3647
--------------
3748

source/reference/command/refreshSessions.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ Definition
1919
for the specified sessions, thereby extending the active state of
2020
the sessions.
2121

22+
Compatibility
23+
-------------
24+
25+
This command 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
32+
2233
Syntax
2334
------
2435

source/reference/command/startSession.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ Definition
2323
helper method
2424
.. include:: /includes/fact-dbcommand-tip
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

0 commit comments

Comments
 (0)