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