Skip to content

Commit 18dce10

Browse files
Merge pull request #280464 from TheovanKraay/patch-75
Update multi-region-writes.md
2 parents a4c0aec + 1fbfd80 commit 18dce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/multi-region-writes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ One of the primary differences in a multi-region-write account is the presence o
2727
| Timestamp | Meaning | When exposed |
2828
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2929
| `_ts` | The server epoch time at which the entity was written. | Always exposed by all read and query APIs. |
30-
| `crts` | The epoch time at which the Multi-Write conflict was resolved, or the absence of a conflict was confirmed. For Multi-Write region configuration, this timestamp defines the order of changes for Continuous backup and Change Feed:<br><br><ul><li>Used to find start time for Change Feed requests</li><li>Used as sort order for in Change Feed response.</li><li>Used to order the writes for Continuous Backup</li><li>The log backup only captures confirmed or conflict resolved writes and hence restore result of a Continuous backup only returns confirmed writes.</li></ul> | Exposed in response to Change Feed requests and only when "New Wire Model" is enabled by the request. This is the default for [All versions and deletes](change-feed.md#all-versions-and-deletes-mode-preview) Change Feed mode. |
30+
| `crts` | The epoch time at which the Multi-Write conflict was resolved, or the absence of a conflict was confirmed. For Multi-Write region configuration, this timestamp defines the order of changes for Change Feed:<br><br><ul><li>Used to find start time for Change Feed requests</li><li>Used as sort order in Change Feed response.</li></ul> | Exposed in response to Change Feed requests and only when "New Wire Model" is enabled by the request. This is the default for [All versions and deletes](change-feed.md#all-versions-and-deletes-mode-preview) Change Feed mode. |
3131

3232

3333

0 commit comments

Comments
 (0)