You need to sign in or sign up before continuing.
apiargs-MongoDBDatabase-method-withOptions-option.yaml 505 Bytes
Newer Older
1 2 3
source:
  file: apiargs-common-option.yaml
  ref: readConcern
4 5 6
replacement:
  resource: "database"
  parent: "original database"
7 8 9 10
---
source:
  file: apiargs-common-option.yaml
  ref: readPreference
11 12 13
replacement:
  resource: "database"
  parent: "original database"
14 15 16 17
---
source:
  file: apiargs-common-option.yaml
  ref: typeMap
18 19
replacement:
  parent: "original database"
20 21 22 23
---
source:
  file: apiargs-common-option.yaml
  ref: writeConcern
24 25 26
replacement:
  resource: "database"
  parent: "original database"
27
...