@@ -147,6 +147,10 @@ Server Selection
147
147
defined in the client options or defaults to a Primary
148
148
server selector.
149
149
|
150
+ | For more information on read preference modes, see the
151
+ :manual:`Server Selection Algorithm </core/read-preference-mechanics/>`
152
+ documentation in the {+mdb-server+} manual.
153
+ |
150
154
| **Data Type**: ``ServerSelector``
151
155
| **Default**: none
152
156
| **Client Example**: ``server_selector: { mode: :secondary_preferred }``
@@ -247,16 +251,16 @@ Read and Write Operations
247
251
248
252
* - **:read**
249
253
- | The read preference options. For more information,
250
- see :manual:`Read Preference </core/read-preference/>` in the Server manual.
254
+ see :manual:`Read Preference </core/read-preference/>` in the {+mdb-server+} manual.
251
255
|
252
256
| **Data Type**: ``Hash``
253
- | **Default**: ``{ : mode: :primary }``
257
+ | **Default**: ``{ mode: :primary }``
254
258
| **Client Example**: ``read: { mode: :primary }``
255
259
| **Connection URI Example**: ``readPreference=primary``
256
260
257
261
* - **:read_concern**
258
262
- | Specifies the read concern options. For more information, see
259
- :manual:`Read Concern </reference/read-concern/>` in the Server manual.
263
+ :manual:`Read Concern </reference/read-concern/>` in the {+mdb-server+} manual.
260
264
|
261
265
| **Data Type**: ``Hash``
262
266
| **Default**: none
@@ -265,7 +269,8 @@ Read and Write Operations
265
269
266
270
* - **:write_concern**
267
271
- | Specifies the client's write concern. For more
268
- information, see :manual:`Write Concern </reference/write-concern/>` in the Server manual.
272
+ information, see :manual:`Write Concern </reference/write-concern/>` in
273
+ the {+mdb-server+} manual.
269
274
|
270
275
| **Data Type**: ``Hash``
271
276
| **Default**: ``write_concern: { w: 1 }``
0 commit comments