BackupSetInfo interface
Information of backup set
Properties
| backup |
Date and time that the backup operation finished |
| backup |
Id for the set of backup files |
| backup |
Date and time that the backup operation began |
| backup |
Enum of the different backup types |
| database |
Name of the database to which the backup set belongs |
| first |
First log sequence number of the backup file |
| is |
Whether the backup set is restored or not |
| last |
Last log sequence number of the backup file |
| last |
Last modified time of the backup file in share location |
| list |
List of files in the backup set |
Property Details
backupFinishedDate
Date and time that the backup operation finished
backupFinishedDate?: Date
Property Value
Date
backupSetId
Id for the set of backup files
backupSetId?: string
Property Value
string
backupStartDate
Date and time that the backup operation began
backupStartDate?: Date
Property Value
Date
backupType
Enum of the different backup types
backupType?: string
Property Value
string
databaseName
Name of the database to which the backup set belongs
databaseName?: string
Property Value
string
firstLsn
First log sequence number of the backup file
firstLsn?: string
Property Value
string
isBackupRestored
Whether the backup set is restored or not
isBackupRestored?: boolean
Property Value
boolean
lastLsn
Last log sequence number of the backup file
lastLsn?: string
Property Value
string
lastModifiedTime
Last modified time of the backup file in share location
lastModifiedTime?: Date
Property Value
Date
listOfBackupFiles
List of files in the backup set
listOfBackupFiles?: BackupFileInfo[]