Skip to content

Commit 3745bf3

Browse files
authored
Merge pull request #190238 from kanshiG/patch-104
Update latest-restore-timestamp-continuous-backup.md
2 parents 700fc86 + fe944cf commit 3745bf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/latest-restore-timestamp-continuous-backup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ author: kanshiG
55
ms.author: govindk
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-sql
8-
ms.date: 12/03/2021
8+
ms.date: 03/03/2022
99
ms.topic: how-to
10-
ms.reviewer: sngun
10+
ms.reviewer: wiassaf
1111
---
1212

1313
# Latest restorable timestamp for Azure Cosmos DB accounts with continuous backup mode
14-
[!INCLUDE[appliesto-sql-mongodb-api](includes/appliesto-sql-mongodb-api.md)]
14+
[!INCLUDE[appliesto-all-apis-except-cassandra](includes/appliesto-all-apis-except-cassandra.md)]
1515

1616
Azure Cosmos DB offers an API to get the latest restorable timestamp of a container. This API is available for accounts that have continuous backup mode enabled. Latest restorable timestamp represents the latest timestamp in UTC format up to which your data has been successfully backed up. Using this API, you can get the restorable timestamp to trigger the live account restore or monitor that your data is being backed up on time.
1717

1818
This API also takes the account location as an input parameter and returns the latest restorable timestamp for the given container in this location. If an account exists in multiple locations, then the latest restorable timestamp for a container in different locations could be different because the backups in each location are taken independently.
1919

20-
By default, the API only works at the container level, but it can be easily extended to work at the database or account level. This article helps you understand the semantics of latest restorable timestamp api, how it gets calculated and use cases for it. To learn more, see [how to get the latest restore timestamp](get-latest-restore-timestamp.md) for SQL and MongoDB accounts.
20+
By default, the API only works at the container level, but it can be easily extended to work at the database or account level. This article helps you understand the semantics of latest restorable timestamp api, how it gets calculated and use cases for it. To learn more, see [how to get the latest restore timestamp](get-latest-restore-timestamp.md) for SQL, Table (preview), Graph API (preview), and MongoDB accounts.
2121

2222
## Use cases
2323

0 commit comments

Comments
 (0)