File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -285,15 +285,13 @@ when querying and their corresponding methods as examples.
285
285
If the read concern is specifed on the client or collection level, or
286
286
if the read concern is specified as a find option, it will NOT be passed
287
287
by the driver to the explain command.
288
-
289
- .. note::
290
-
291
- The information returned by the server for the ``explain`` command
292
- varies with server version and deployment topology. The driver's
293
- ``explain`` method returns whatever the server provided.
294
-
295
- **The return value of ``explain`` method is not part of the driver's
296
- public API and depends on the server version and deployment topology.**
288
+
289
+ The information returned by the server for the ``explain`` command
290
+ varies with server version and deployment topology. The driver's
291
+ ``explain`` method returns whatever the server provided.
292
+
293
+ **The return value of the ``explain`` method is not part of the driver's
294
+ public API and depends on the server version and deployment topology.**
297
295
298
296
* - ``hint(Hash)``
299
297
- Provides the query with an
You can’t perform that action at this time.
0 commit comments