Skip to content

Commit 5e09e9f

Browse files
committed
update changeType to operationType
1 parent 6c9d258 commit 5e09e9f

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)