DatabaseBackupInfo interface

Information about backup files when existing backup mode is used.

Properties

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.

backupFinishDate

Date and time when the backup operation finished. NOTE: This property will not be serialized. It can only be populated by the server.

backupType

Backup Type. NOTE: This property will not be serialized. It can only be populated by the server.

databaseName

Database name. NOTE: This property will not be serialized. It can only be populated by the server.

familyCount

Number of files in the backup set. NOTE: This property will not be serialized. It can only be populated by the server.

isCompressed

Whether the backup set is compressed NOTE: This property will not be serialized. It can only be populated by the server.

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.

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