DatabaseBackupInfo interface
Information about backup files when existing backup mode is used.
Properties
backup |
The list of backup files for the current database. NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
Date and time when the backup operation finished. NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
Backup Type. NOTE: This property will not be serialized. It can only be populated by the server. |
database |
Database name. NOTE: This property will not be serialized. It can only be populated by the server. |
family |
Number of files in the backup set. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Whether the backup set is compressed NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Database was damaged when backed up, but the backup operation was requested to continue despite errors. NOTE: This property will not be serialized. It can only be populated by the server. |
position | Position of current database backup in the file. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backupFiles
The list of backup files for the current database. NOTE: This property will not be serialized. It can only be populated by the server.
backupFiles?: string[]
Property Value
string[]
backupFinishDate
Date and time when the backup operation finished. NOTE: This property will not be serialized. It can only be populated by the server.
backupFinishDate?: Date
Property Value
Date
backupType
Backup Type. NOTE: This property will not be serialized. It can only be populated by the server.
backupType?: string
Property Value
string
databaseName
Database name. NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: string
Property Value
string
familyCount
Number of files in the backup set. NOTE: This property will not be serialized. It can only be populated by the server.
familyCount?: number
Property Value
number
isCompressed
Whether the backup set is compressed NOTE: This property will not be serialized. It can only be populated by the server.
isCompressed?: boolean
Property Value
boolean
isDamaged
Database was damaged when backed up, but the backup operation was requested to continue despite errors. NOTE: This property will not be serialized. It can only be populated by the server.
isDamaged?: boolean
Property Value
boolean
position
Position of current database backup in the file. NOTE: This property will not be serialized. It can only be populated by the server.
position?: number
Property Value
number
Azure SDK for JavaScript