apiargs-MongoDBDatabase-method-withOptions-option.yaml 958 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
source:
  file: apiargs-common-option.yaml
  ref: readConcern
operation: MongoDB\\Database::withOptions
description: |
  The default read concern to use for database operations. Defaults
  to the original Databases's specified read concern.
---
source:
  file: apiargs-common-option.yaml
  ref: readPreference
operation: MongoDB\\Database::withOptions
description: |
  The default read preference to use for database operations.
  Defaults to the original Database's read preference.
---
source:
  file: apiargs-common-option.yaml
  ref: typeMap
operation: MongoDB\\Database::withOptions
description: |
  Default type map for cursors and BSON documents. Defaults to the
  original Database's type map value.
---
source:
  file: apiargs-common-option.yaml
  ref: writeConcern
operation: MongoDB\\Database::withOptions
description: |
  The default write concern to use for database operations. Defaults
  to the original Database's specified write concern.
...