RestoreParameters interface
Parameter untuk menunjukkan informasi tentang pemulihan.
- Memperluas
Properti
| databases |
Daftar database tertentu yang tersedia untuk dipulihkan. |
| gremlin |
Daftar database gremlin tertentu yang tersedia untuk pemulihan. |
| restore |
Menjelaskan mode pemulihan. |
| source |
Lokasi pencadangan sumber untuk pemulihan. |
| tables |
Daftar tabel tertentu yang tersedia untuk dipulihkan. |
Properti yang Diwariskan
| restore |
Id akun database yang dapat dipulihkan tempat pemulihan harus dimulai. Misalnya: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName} |
| restore |
Waktu di mana akun harus dipulihkan (format ISO-8601). |
| restore |
Menentukan apakah akun yang dipulihkan akan memiliki Time-To-Live dinonaktifkan setelah pemulihan berhasil. |
Detail Properti
databasesToRestore
Daftar database tertentu yang tersedia untuk dipulihkan.
databasesToRestore?: DatabaseRestoreResource[]
Nilai Properti
gremlinDatabasesToRestore
Daftar database gremlin tertentu yang tersedia untuk pemulihan.
gremlinDatabasesToRestore?: GremlinDatabaseRestoreResource[]
Nilai Properti
restoreMode
Menjelaskan mode pemulihan.
restoreMode?: string
Nilai Properti
string
sourceBackupLocation
Lokasi pencadangan sumber untuk pemulihan.
sourceBackupLocation?: string
Nilai Properti
string
tablesToRestore
Daftar tabel tertentu yang tersedia untuk dipulihkan.
tablesToRestore?: string[]
Nilai Properti
string[]
Detail Properti yang Diwariskan
restoreSource
Id akun database yang dapat dipulihkan tempat pemulihan harus dimulai. Misalnya: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
restoreSource?: string
Nilai Properti
string
Diwariskan DariRestoreParametersBase.restoreSource
restoreTimestampInUtc
Waktu di mana akun harus dipulihkan (format ISO-8601).
restoreTimestampInUtc?: Date
Nilai Properti
Date
Diwarisi DariRestoreParametersBase.restoreTimestampInUtc
restoreWithTtlDisabled
Menentukan apakah akun yang dipulihkan akan memiliki Time-To-Live dinonaktifkan setelah pemulihan berhasil.
restoreWithTtlDisabled?: boolean
Nilai Properti
boolean
Diwariskan DariRestoreParametersBase.restoreWithTtlDisabled