Skip to content

Commit 1cf5c6e

Browse files
Merge pull request #267430 from jcocchi/update-avad-schema
Cosmos DB: Update change feed schema
2 parents bd0d006 + 5e09e9f commit 1cf5c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/change-feed-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The response object is an array of items that represent each change. The array l
152152
},
153153
"metadata": {
154154
"lsn": <A number that represents the batch ID. Many items can have the same lsn.>,
155-
"changeType": <The type of change, either 'create', 'replace', or 'delete'.>,
155+
"operationType": <The type of change, either 'create', 'replace', or 'delete'.>,
156156
"previousImageLSN" : <A number that represents the batch ID of the change prior to this one.>,
157157
"timeToLiveExpired" : <For delete changes, it will be 'true' if it was deleted due to a TTL expiration and 'false' if it wasn't.>,
158158
"crts": <A number that represents the Conflict Resolved Timestamp. It has the same format as _ts.>

0 commit comments

Comments
 (0)