apiargs-MongoDBClient-method-dropDatabase-option.yaml 555 Bytes
Newer Older
1 2 3
source:
  file: apiargs-common-option.yaml
  ref: typeMap
4 5 6 7 8 9
post: |
  This will be used for the returned command result document.
---
arg_name: option
name: writeConcern
type: :php:`MongoDB\\Driver\\WriteConcern <class.mongodb-driver-writeconcern>`
10
description: |
11 12 13 14 15 16 17 18
  :manual:`Write concern </reference/write-concern>` to use for the operation.
  Defaults to the client's write concern.

  This is not supported for server versions prior to 3.4 and will result in an
  exception at execution time if used.
interface: phpmethod
operation: ~
optional: true
19
...