LongTermRetentionBackupProperties interface
Properties of a long term retention backup
Properties
| backup |
The time the long term retention backup will expire. |
| backup |
The BackupStorageAccessTier for the LTR backup |
| backup |
The storage redundancy type of the backup |
| backup |
The time the backup was taken |
| database |
The delete time of the database |
| database |
The name of the database the backup belong to |
| is |
The setting whether the LTR backup is immutable |
| legal |
The setting for whether LegalHold is enabled or disabled on the LTR backup. When LegalHold is enabled, the backup cannot be deleted until the LegalHold is removed. |
| requested |
The storage redundancy type of the backup |
| server |
The create time of the server. |
| server |
The server name that the backup database belong to. |
| time |
The setting for whether or not time-based immutability is enabled for the LTR backup. When time-based immutability is enabled and locked, the backup cannot be deleted until BackupExpirationTime. |
| time |
The time-based immutability mode. Only applicable if time-based immutability is enabled. |
Property Details
backupExpirationTime
The time the long term retention backup will expire.
backupExpirationTime?: Date
Property Value
Date
backupStorageAccessTier
The BackupStorageAccessTier for the LTR backup
backupStorageAccessTier?: string
Property Value
string
backupStorageRedundancy
The storage redundancy type of the backup
backupStorageRedundancy?: string
Property Value
string
backupTime
The time the backup was taken
backupTime?: Date
Property Value
Date
databaseDeletionTime
The delete time of the database
databaseDeletionTime?: Date
Property Value
Date
databaseName
The name of the database the backup belong to
databaseName?: string
Property Value
string
isBackupImmutable
The setting whether the LTR backup is immutable
isBackupImmutable?: boolean
Property Value
boolean
legalHoldImmutability
The setting for whether LegalHold is enabled or disabled on the LTR backup. When LegalHold is enabled, the backup cannot be deleted until the LegalHold is removed.
legalHoldImmutability?: string
Property Value
string
requestedBackupStorageRedundancy
The storage redundancy type of the backup
requestedBackupStorageRedundancy?: string
Property Value
string
serverCreateTime
The create time of the server.
serverCreateTime?: Date
Property Value
Date
serverName
The server name that the backup database belong to.
serverName?: string
Property Value
string
timeBasedImmutability
The setting for whether or not time-based immutability is enabled for the LTR backup. When time-based immutability is enabled and locked, the backup cannot be deleted until BackupExpirationTime.
timeBasedImmutability?: string
Property Value
string
timeBasedImmutabilityMode
The time-based immutability mode. Only applicable if time-based immutability is enabled.
timeBasedImmutabilityMode?: string
Property Value
string