Skip to content

Commit a7a4e0b

Browse files
authored
Merge pull request #14093 from nschonni/patch-5
typo: Double word "is"
2 parents dc9c84c + e6542ba commit a7a4e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/change-feed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Java library to read change feed is available in [Github repository](https://git
510510

511511
_etag format is internal and you should not depend on it (do not parse it) because it can change anytime.
512512
_ts is modification or creation time stamp. You can use _ts for chronological comparison.
513-
_lsn is is a batch id that is added only for change feed, it represents the transaction id from the store.. Many documents may have same _lsn.
513+
_lsn is a batch id that is added only for change feed, it represents the transaction id from the store.. Many documents may have same _lsn.
514514
One more thing to note, ETag on FeedResponse is different than the _etag you see on the document. _etag is an internal identifier and used to concurrency, it tells about the version of the document and ETag is used for sequencing the feed.
515515

516516
### Does reading change feed add any additional cost ?

0 commit comments

Comments
 (0)