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