@@ -5,15 +5,17 @@ author: kanshiG
5
5
ms.author : govindk
6
6
ms.service : cosmos-db
7
7
ms.subservice : cosmosdb-sql
8
- ms.date : 03/02 /2022
8
+ ms.date : 04/08 /2022
9
9
ms.topic : how-to
10
10
ms.reviewer : wiassaf
11
11
---
12
12
13
13
# Get the latest restorable timestamp for continuous backup accounts
14
14
[ !INCLUDE[ appliesto-all-apis-except-cassandra] ( includes/appliesto-all-apis-except-cassandra.md )]
15
15
16
- This article describes how to get the [ latest restorable timestamp] ( latest-restore-timestamp-continuous-backup.md ) for accounts with continuous backup mode. It explains how to get the latest restorable time for SQL containers, Table API Tables (in Preview), Graph API graphs(in Preview), and MongoDB collections using Azure PowerShell and Azure CLI. You can see the request and response format for the PowerShell and CLI commands.
16
+ This article describes how to get the [ latest restorable timestamp] ( latest-restore-timestamp-continuous-backup.md ) for accounts with continuous backup mode. It explains how to get the latest restorable time using Azure PowerShell and Azure CLI, and provides the request and response format for the PowerShell and CLI commands.
17
+
18
+ This feature is supported for Cosmos DB SQL API containers and Cosmos DB MongoDB API collections. This feature is in preview for Table API tables and Gremlin API graphs.
17
19
18
20
## SQL container
19
21
@@ -38,7 +40,7 @@ Get-AzCosmosDBSqlContainerBackupInformation -ResourceGroupName "rg" `
38
40
-Location "eastus"
39
41
```
40
42
41
- ** Sample response (In UTC Format ):**
43
+ ** Sample response (in UTC format ):**
42
44
43
45
``` console
44
46
LatestRestorableTimestamp
@@ -66,7 +68,7 @@ az cosmosdb sql retrieve-latest-backup-time -g "rg" \
66
68
-l "eastus"
67
69
```
68
70
69
- ** Sample response (In UTC Format ):**
71
+ ** Sample response (in UTC format ):**
70
72
71
73
``` console
72
74
{
@@ -156,7 +158,7 @@ Get-LatestRestorableTimestampForSqlDatabase `
156
158
-Location eastus
157
159
```
158
160
159
- ** Sample response (In UTC Format ):**
161
+ ** Sample response (in UTC format ):**
160
162
161
163
``` console
162
164
Latest restorable timestamp for a database is minimum of restorable timestamps of all the underlying containers
@@ -248,7 +250,7 @@ Get-LatestRestorableTimestampForSqlAccount `
248
250
-location eastus
249
251
```
250
252
251
- ** Sample response (In UTC Format ):**
253
+ ** Sample response (in UTC format ):**
252
254
253
255
``` console
254
256
Latest restorable timestamp for an account is minimum of restorable timestamps of all the underlying containers
@@ -280,7 +282,7 @@ Get-AzCosmosDBMongoDBCollectionBackupInformation `
280
282
-Location "eastus"
281
283
```
282
284
283
- ** Sample response (In UTC Format ):**
285
+ ** Sample response (in UTC format ):**
284
286
285
287
``` console
286
288
LatestRestorableTimestamp
@@ -396,7 +398,7 @@ Import-Module .\LatestRestorableTimestampForMongoDBDatabase.ps1
396
398
Get-LatestRestorableTimestampForMongoDBDatabase -ResourceGroupName rg -accountName mongopitracc -databaseName db1 -location eastus
397
399
```
398
400
399
- ** Sample response (In UTC Format ):**
401
+ ** Sample response (in UTC format ):**
400
402
401
403
``` console
402
404
Latest restorable timestamp for a database is minimum of restorable timestamps of all the underlying collections
@@ -487,14 +489,14 @@ Get-LatestRestorableTimestampForMongoDBAccount `
487
489
-Location eastus
488
490
```
489
491
490
- ** Sample response (In UTC Format ):**
492
+ ** Sample response (in UTC format ):**
491
493
492
494
``` console
493
495
Latest restorable timestamp for an account is minimum of restorable timestamps of all the underlying collections
494
496
Wednesday, November 3, 2021 8:33:49 PM
495
497
```
496
498
497
- ## Gremlin Graph Backup information
499
+ ## Gremlin graph backup information
498
500
499
501
### PowerShell
500
502
@@ -519,7 +521,7 @@ Get-AzCosmosDBGremlinGraphBackupInformation `
519
521
-Location "eastus"
520
522
```
521
523
522
- ** Sample response (In UTC Format ):**
524
+ ** Sample response (in UTC format ):**
523
525
524
526
``` console
525
527
LatestRestorableTimestamp
@@ -559,7 +561,7 @@ az cosmosdb gremlin retrieve-latest-backup-time \
559
561
}
560
562
```
561
563
562
- ## Table Backup information
564
+ ## Table backup information
563
565
564
566
### PowerShell
565
567
@@ -582,7 +584,7 @@ Get-AzCosmosDBTableBackupInformation `
582
584
-Location "eastus"
583
585
```
584
586
585
- ** Sample response (In UTC Format ):**
587
+ ** Sample response (in UTC format ):**
586
588
587
589
``` console
588
590
LatestRestorableTimestamp
@@ -622,8 +624,8 @@ az cosmosdb table retrieve-latest-backup-time \
622
624
623
625
## Next steps
624
626
625
- * [ Introduction to continuous backup mode with point-in-time restore. ] ( continuous-backup-restore-introduction.md )
627
+ * [ Introduction to continuous backup mode with point-in-time restore] ( continuous-backup-restore-introduction.md )
626
628
627
- * [ Continuous backup mode resource model. ] ( continuous-backup-restore-resource-model.md )
629
+ * [ Continuous backup mode resource model] ( continuous-backup-restore-resource-model.md )
628
630
629
631
* [ Configure and manage continuous backup mode] ( continuous-backup-restore-portal.md ) using Azure portal.
0 commit comments