We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ba6fa commit 0bc73f4Copy full SHA for 0bc73f4
source/includes/fact-readConcern-syntax.rst
@@ -4,11 +4,4 @@ The readConcern option has the following syntax:
4
5
.. code-block:: javascript
6
7
- readConcern: { level: <value>,
8
- afterClusterTime: <Timestamp> }
9
-
10
-.. important::
11
12
- Do not manually set the ``afterClusterTime``. MongoDB drivers set
13
- this value automatically for operations associated with
14
- :ref:`causally consistent sessions <causal-consistency>`.
+ readConcern: { level: <value> }
0 commit comments