Skip to content

Commit ba33cab

Browse files
monkey101kay-kim
authored andcommitted
DOCS-11160 Missing readConcern available in cursor.readConcern() manual page
1 parent 91609b2 commit ba33cab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/includes/fact-readConcern-option-description.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Possible read concern levels are:
22

33
- :readconcern:`"local"`. This is the default read concern level.
44

5+
- :readconcern:`"available"`. This is the default for reads against
6+
secondaries when :ref:`afterClusterTime` and `"level"` are unspecified. The
7+
query returns the the instance's most recent data.
8+
59
- :readconcern:`"majority"`. Available for replica sets that use
610
:ref:`WiredTiger storage engine <storage-wiredtiger>`.
711

0 commit comments

Comments
 (0)