RestorableDroppedDatabaseProperties interface

The restorable dropped database's properties.

Properties

backupStorageRedundancy

The storage account type used to store backups for this database.

creationDate

The creation date of the database (ISO8601 format).

databaseName

The name of the database.

deletionDate

The deletion date of the database (ISO8601 format).

earliestRestoreDate

The earliest restore date of the database (ISO8601 format).

keys

The resource ids of the user assigned identities to use

maxSizeBytes

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