apiargs-MongoDBClient-method-dropDatabase-option.yaml 433 Bytes
Newer Older
1 2 3
source:
  file: apiargs-common-option.yaml
  ref: session
4 5
post: |
  .. versionadded:: 1.3
6
---
7 8 9
source:
  file: apiargs-common-option.yaml
  ref: typeMap
10 11 12
post: |
  This will be used for the returned command result document.
---
13 14 15 16
source:
  file: apiargs-MongoDBClient-common-option.yaml
  ref: writeConcern
post: |
17 18
  This is not supported for server versions prior to 3.4 and will result in an
  exception at execution time if used.
19
...