Skip to content

Commit d81d3b9

Browse files
Merge pull request #235444 from Rodrigossz/main
Update get-started-change-data-capture.md
2 parents a5c7241 + 51ee946 commit d81d3b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/get-started-change-data-capture.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ When you check any of the `Capture intermediate updates`, `Capture Deltes`, and
120120
| 4 | TTL_DELETE | Capture Transactional store TTLs|
121121

122122
If you have to differentiate the TTL deleted records from documents deleted by users or applications, you have check both `Capture intermediate updates` and `Capture Transactional store TTLs` options. Then you have to adapt your CDC processes or applications or queries to use `__usr_opType` according to what is necessary for your business needs.
123+
124+
>[!TIP]
125+
> If there is a need for the downstream consumers to restore the order of updates with the “capture intermediate updates” option checked, the system timestamp `_ts` field can be used as the ordering field.
123126
124127

125128
## Create and configure sink settings for update and delete operations

0 commit comments

Comments
 (0)