We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d8289 commit 6ca0384Copy full SHA for 6ca0384
docs/includes/apiargs-method-watch-option.yaml
@@ -17,9 +17,9 @@ description: |
17
operations.
18
19
By default, change streams only return the delta of fields (via an
20
- "udateDescription" field) for update operations and "fullDocument" is omitted.
21
- Insert and replace operations always include the "fullDocument" field. Delete
22
- operations omit the field as the document no longer exists.
+ "updateDescription" field) for update operations and "fullDocument" is
+ omitted. Insert and replace operations always include the "fullDocument"
+ field. Delete operations omit the field as the document no longer exists.
23
24
Specify "updateLookup" to return the current majority-committed version of the
25
updated document.
0 commit comments