Skip to content

Commit 6f75a79

Browse files
authored
DOCSP-34781 Add Atlas support info for Sessions Commands (#5687)
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
1 parent f1bf946 commit 6f75a79

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
@@ -29,7 +29,18 @@ Definition
2929

3030
To run the :dbcommand:`abortTransaction`, the command must be run
3131
against the ``admin`` database and run within a
32-
:method:`Session`.
32+
:method:`Session`.
33+
34+
Compatibility
35+
-------------
36+
37+
This command is available in deployments hosted in the following environments:
38+
39+
.. include:: /includes/fact-environments-atlas-only.rst
40+
41+
.. include:: /includes/fact-environments-atlas-support-all.rst
42+
43+
.. include:: /includes/fact-environments-onprem-only.rst
3344

3445
Syntax
3546
------

source/reference/command/commitTransaction.txt

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

32+
33+
Compatibility
34+
-------------
35+
36+
This command 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-all.rst
41+
42+
.. include:: /includes/fact-environments-onprem-only.rst
43+
44+
3245
Syntax
3346
------
3447

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-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-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-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)