RestorableDroppedDatabaseProperties interface
The restorable dropped database's properties.
Properties
| backup |
The storage account type used to store backups for this database. |
| creation |
The creation date of the database (ISO8601 format). |
| database |
The name of the database. |
| deletion |
The deletion date of the database (ISO8601 format). |
| earliest |
The earliest restore date of the database (ISO8601 format). |
| keys | The resource ids of the user assigned identities to use |
| max |
The max size of the database expressed in bytes. |
Property Details
backupStorageRedundancy
The storage account type used to store backups for this database.
backupStorageRedundancy?: string
Property Value
string
creationDate
The creation date of the database (ISO8601 format).
creationDate?: Date
Property Value
Date
databaseName
The name of the database.
databaseName?: string
Property Value
string
deletionDate
The deletion date of the database (ISO8601 format).
deletionDate?: Date
Property Value
Date
earliestRestoreDate
The earliest restore date of the database (ISO8601 format).
earliestRestoreDate?: Date
Property Value
Date
keys
The resource ids of the user assigned identities to use
keys?: Record<string, DatabaseKey>
Property Value
Record<string, DatabaseKey>
maxSizeBytes
The max size of the database expressed in bytes.
maxSizeBytes?: number
Property Value
number