apiargs-MongoDBCollection-method-watch-option.yaml 909 Bytes
Newer Older
1
---
2 3 4
source:
  file: apiargs-method-watch-option.yaml
  ref: batchSize
5 6
---
source:
7
  file: apiargs-common-option.yaml
8 9
  ref: collation
---
10 11 12
source:
  file: apiargs-method-watch-option.yaml
  ref: fullDocument
13
---
14 15 16
source:
  file: apiargs-method-watch-option.yaml
  ref: maxAwaitTimeMS
17
---
18 19 20 21
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: readConcern
---
22 23 24 25 26
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: readPreference
post: |
  This is used for both the initial change stream aggregation and for
27 28
  server selection during an automatic resume.
---
29 30 31
source:
  file: apiargs-method-watch-option.yaml
  ref: resumeAfter
32 33 34 35
---
source:
  file: apiargs-common-option.yaml
  ref: session
36
---
37 38 39 40 41 42
source:
  file: apiargs-method-watch-option.yaml
  ref: startAtOperationTime
post: |
  .. versionadded:: 1.4
---
43 44 45
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: typeMap
46
...