apiargs-MongoDBCollection-method-dropIndex-option.yaml 551 Bytes
Newer Older
1 2 3
source:
  file: apiargs-common-option.yaml
  ref: maxTimeMS
4 5
post: |
  .. versionadded:: 1.3
6
---
7 8 9
source:
  file: apiargs-common-option.yaml
  ref: session
10 11
post: |
  .. versionadded:: 1.3
12
---
13
source:
14
  file: apiargs-MongoDBCollection-common-option.yaml
15
  ref: typeMap
16 17 18 19 20 21 22 23 24
post: |
  This will be used for the returned command result document.
---
source:
  file: apiargs-MongoDBCollection-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.
25
...