We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127f6dd commit bf07b18Copy full SHA for bf07b18
source/read/count.txt
@@ -136,7 +136,8 @@ following table describes some options you can set in the array:
136
| **Type**: ``integer``
137
138
* - ``readPreference``
139
- - | The read preference to use for the operation.
+ - | The read preference to use for the operation. To learn more, see
140
+ :manual:`Read Preference </core/read-preference/>` in the Server manual.
141
| **Type**: ``MongoDB\Driver\ReadPreference``
142
143
The following example uses the ``countDocuments()`` method to count the number of
@@ -234,7 +235,7 @@ to run for a maximum of ``1000`` milliseconds:
234
235
236
.. output::
237
:visible: false
-
238
+
239
Estimated number of documents: 9500
240
241
API Documentation
0 commit comments