You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/continuous-backup-restore-resource-model.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: kanshiG
5
5
ms.author: govindk
6
6
ms.service: cosmos-db
7
7
ms.topic: conceptual
8
-
ms.date: 06/28/2022
8
+
ms.date: 03/21/2024
9
9
ms.reviewer: mjbrown
10
10
---
11
11
@@ -30,6 +30,9 @@ A new property in the account level backup policy named ``Type`` under the ``bac
30
30
31
31
This property indicates how the account was created. The possible values are *Default* and *Restore*. To perform a restore, set this value to *Restore* and provide the appropriate values in the `RestoreParameters` property.
32
32
33
+
### publicNetworkAccess
34
+
This property needs to be set to 'Disabled' to restore account without public network access. If this property is not provided, restore of the account will proceed with publicNetworkAccess as `Enabled`.
35
+
33
36
### RestoreParameters
34
37
35
38
The `RestoreParameters` resource contains the restore operation details including, the account ID, the time to restore, and resources that need to be restored.
@@ -41,6 +44,7 @@ The `RestoreParameters` resource contains the restore operation details includin
41
44
|``restoreTimestampInUtc``| Point in time in UTC to restore the account. |
42
45
|``databasesToRestore``| List of `DatabaseRestoreResource` objects to specify which databases and containers should be restored. Each resource represents a single database and all the collections under that database. For more information, see [restorable SQL resources](#restorable-sql-resources). If this value is empty, then the entire account is restored. |
43
46
|``gremlinDatabasesToRestore``| List of `GremlinDatabaseRestoreResource` objects to specify which databases and graphs should be restored. Each resource represents a single database and all the graphs under that database. For more information, see [restorable Gremlin resources](#restorable-graph-resources). If this value is empty, then the entire account is restored. |
47
+
|``restoreWithTtlDisabled``| boolean flag values (true/false) to disable Time-To-Live in the restored account upon completion of the restore. (preview) |
44
48
|``tablesToRestore``| List of `TableRestoreResource` objects to specify which tables should be restored. Each resource represents a table under that database. For more information, see [restorable Table resources](#restorable-table-resources). If this value is empty, then the entire account is restored. |
45
49
46
50
### Sample resource
@@ -60,8 +64,10 @@ The following JSON is a sample database account resource with continuous backup
0 commit comments