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
@@ -149,6 +150,18 @@ FoundationDBLiveBackupStatusState provides the state of a backup in the backup s
149
150
| Field | Description | Scheme | Required |
150
151
| ----- | ----------- | ------ | -------- |
151
152
| Running | Running determines whether the backup is currently running. | bool | false |
153
+
| Restorable | Restorable if true, the backup can be restored |*bool | false |
154
+
| LatestRestorablePoint | LatestRestorablePoint contains information about the latest restorable point if any exists. |*[LatestRestorablePoint](#latestrestorablepoint)| false |
155
+
156
+
[Back to TOC](#table-of-contents)
157
+
158
+
## LatestRestorablePoint
159
+
160
+
LatestRestorablePoint contains information about the latest restorable point if any exists.
161
+
162
+
| Field | Description | Scheme | Required |
163
+
| ----- | ----------- | ------ | -------- |
164
+
| Version | Version is the version that can be restored to. |*uint64 | false |
0 commit comments