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?: DateProperty Value
Date
		backupSetId
	  
	Id for the set of backup files
backupSetId?: stringProperty Value
string
		backupStartDate
	  
	Date and time that the backup operation began
backupStartDate?: DateProperty Value
Date
		backupType
	 
	Enum of the different backup types
backupType?: stringProperty Value
string
		databaseName
	 
	Name of the database to which the backup set belongs
databaseName?: stringProperty Value
string
		firstLsn
	 
	First log sequence number of the backup file
firstLsn?: stringProperty Value
string
		isBackupRestored
	  
	Whether the backup set is restored or not
isBackupRestored?: booleanProperty Value
boolean
		lastLsn
	 
	Last log sequence number of the backup file
lastLsn?: stringProperty Value
string
		lastModifiedTime
	  
	Last modified time of the backup file in share location
lastModifiedTime?: DateProperty Value
Date
		listOfBackupFiles
	  
	List of files in the backup set
listOfBackupFiles?: BackupFileInfo[]