Skip to content

Commit 299f486

Browse files
committed
DOCSP-13551: [MONGOSH] Support readConcern on cursor
1 parent 0e8abc6 commit 299f486

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/reference/methods.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,10 @@ Cursor Methods
509509

510510
- Returns the number of documents left in the current cursor batch.
511511

512+
* - :method:`cursor.readConcern()`
513+
514+
- Specifies a :term:`read concern` for a :method:`find()` operation.
515+
512516
* - :method:`cursor.readPref()`
513517

514518
- Specifies a :term:`read preference` to a cursor to control how

0 commit comments

Comments
 (0)