Skip to content

Commit a7f7bac

Browse files
committed
DOCS-9832: update uri readConcernLevel
1 parent ef2f6ce commit a7f7bac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/reference/connection-string.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,12 @@ isolation for their reads from replica sets.
441441

442442
* - .. urioption:: readConcernLevel
443443

444-
- The level of isolation. Accepts either :readconcern:`"local"` or
445-
:readconcern:`"majority"`.
444+
- The level of isolation. Accepts:
445+
446+
- :readconcern:`local <"local">`
447+
- :readconcern:`majority <"majority">`
448+
- :readconcern:`linearizable <"linearizable">`
449+
- :readconcern:`available <"available">`
446450

447451
For details, see :doc:`/reference/read-concern`.
448452

0 commit comments

Comments
 (0)