Skip to content

Commit cd03579

Browse files
committed
DOCS-9832: update uri readConcernLevel
1 parent 240daa5 commit cd03579

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/reference/connection-string.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,11 @@ isolation for their reads from replica sets.
355355

356356
* - .. urioption:: readConcernLevel
357357

358-
- The level of isolation. Accepts either :readconcern:`"local"` or
359-
:readconcern:`"majority"`.
358+
- The level of isolation. Can accept one of the following values:
359+
360+
- :readconcern:`local <"local">`
361+
- :readconcern:`majority <"majority">`
362+
- :readconcern:`linearizable <"linearizable">`
360363

361364
For details, see :doc:`/reference/read-concern`.
362365

0 commit comments

Comments
 (0)