@@ -121,11 +121,6 @@ The following table describes the methods in the ``CountOptions`` class:
121121 returns. For more information, see :manual:`cursor
122122 </reference/glossary/#std-term-cursor>` in the {+mdb-server+} documentation.
123123
124- * - ``MaxTime(long maxTime, TimeUnit timeUnit)``
125- - | Sets the maximum execution time on the server for the operation. If the
126- operation does not complete before the time limit, the driver terminates
127- the operation.
128-
129124 * - ``skip(int skip)``
130125 - | Sets the number of documents the query skips before returning results.
131126 For more information, see :manual:`skip </reference/method/cursor.skip/#cursor.skip>` in the
@@ -199,11 +194,6 @@ The following table describes the options you can set to customize ``estimatedDo
199194 fields </reference/command/insert/#command-fields>` guide in the
200195 {+mdb-server+} manual.
201196
202- * - ``MaxTime(long maxTime, TimeUnit timeUnit)``
203- - | Sets the maximum execution time on the server for the operation. If the
204- operation does not complete before the time limit, the driver terminates
205- the operation.
206-
207197Modify Estimated Count Example
208198~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
209199
@@ -229,4 +219,4 @@ guide, see the following API documentation:
229219
230220- `countDocuments() <{+api+}/mongodb-driver-reactivestreams/com/mongodb/reactivestreams/client/MongoCollection.html#countDocuments()>`__
231221- `estimatedDocumentCount() <{+api+}/mongodb-driver-reactivestreams/com/mongodb/reactivestreams/client/MongoCollection.html#estimatedDocumentCount()>`__
232- - `Collation <{+api+}/mongodb-driver-reactivestreams/com/mongodb/reactivestreams/client/FindPublisher.html#collation(com.mongodb.client.model.Collation)>`__
222+ - `Collation <{+api+}/mongodb-driver-reactivestreams/com/mongodb/reactivestreams/client/FindPublisher.html#collation(com.mongodb.client.model.Collation)>`__
0 commit comments