Skip to content

Commit 108a9b8

Browse files
authored
DOCSP-39860: Read/write concern helper methods (#121)
1 parent e7600e9 commit 108a9b8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

source/fundamentals/gridfs.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,18 @@ fields:
144144
- Specifies the chunk size used to break the file into chunks, which is 255 KB by default
145145

146146
* - | ``write_concern()``
147-
- | ``WriteConcern::w``,
148-
| ``WriteConcern::w_timeout``,
149-
| ``WriteConcern::journal``
147+
- | ``WriteConcern::w()``,
148+
| ``WriteConcern::w_timeout()``,
149+
| ``WriteConcern::journal()``,
150+
| ``WriteConcern::majority()``
150151
- | Specifies the bucket's write concern, which is set to the database's write concern by default
151152

152153
* - ``read_concern()``
153-
- ``ReadConcernLevel::Local``,
154-
``ReadConcernLevel::Majority``,
155-
``ReadConcernLevel::Linearizable``,
156-
``ReadConcernLevel::Available``,
157-
``ReadConcernLevel::Snapshot``
154+
- ``ReadConcern::local()``,
155+
``ReadConcern::majority()``,
156+
``ReadConcern::linearizable()``,
157+
``ReadConcern::available()``,
158+
``ReadConcern::snapshot()``
158159
- Specifies the bucket's read concern, which is set to the database's read concern by default
159160

160161
* - | ``selection_criteria()``

0 commit comments

Comments
 (0)