Commit c63ca8d5 authored by Jeremy Mikola's avatar Jeremy Mikola

Extend Collection::find() options for Bucket instead of including as-is

parent 3026b3c5
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: projection
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: sort
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: skip
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: limit
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: batchSize
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: collation
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: comment
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: cursorType
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: maxTimeMS
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: readConcern
description: |
:manual:`Read concern </reference/read-concern>` to use for the operation.
Defaults to the bucket's read concern.
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: readPreference
description: |
:manual:`Read preference </reference/read-preference>` to use for the
operation. Defaults to the bucket's read preference.
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: oplogReplay
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: noCursorTimeout
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: allowPartialResults
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: typeMap
replacement:
parent: "bucket"
---
source:
file: apiargs-MongoDBCollection-method-find-option.yaml
ref: modifiers
...
......@@ -27,7 +27,7 @@ Definition
The ``$options`` parameter supports the following options:
.. include:: /includes/apiargs/MongoDBCollection-method-find-option.rst
.. include:: /includes/apiargs/MongoDBGridFSBucket-method-find-option.rst
:returns:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment