apiargs-MongoDBDatabase-method-dropCollection-option.yaml 357 Bytes
Newer Older
1
source:
2
  file: apiargs-MongoDBDatabase-common-option.yaml
3
  ref: typeMap
4 5 6 7 8 9 10 11 12
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.
13
...