Skip to content

Commit a331cca

Browse files
authored
Update to current limitations
I made the statement `Delete operation or other events are not yet supported.` a third bullet item, instead of it being a second sentence to the second bullet item. Currently, only a limited number of document level operations are supported. Customer raised an issue: https://github.com/MicrosoftDocs/azure-docs/issues/52077
1 parent e062229 commit a331cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cosmos-db/mongodb-change-streams.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ ms.author: tisande
2121
The following limitations are applicable when using change streams:
2222

2323
* The `operationType` and `updateDescription` properties are not yet supported in the output document.
24-
* The `insert`, `update`, and `replace` operations types are currently supported. Delete operation or other events are not yet supported.
24+
* The `insert`, `update`, and `replace` operations types are currently supported.
25+
* Delete operation or other events are not yet supported.
2526

2627
Due to these limitations, the $match stage, $project stage, and fullDocument options are required as shown in the previous examples.
2728

0 commit comments

Comments
 (0)