Backup Set Info Response
data class BackupSetInfoResponse(val backupFinishedDate: String? = null, val backupSetId: String? = null, val backupStartDate: String? = null, val backupType: String? = null, val databaseName: String? = null, val firstLsn: String? = null, val isBackupRestored: Boolean? = null, val lastLsn: String? = null, val lastModifiedTime: String? = null, val listOfBackupFiles: List<BackupFileInfoResponse>? = null)
Information of backup set
Constructors
Link copied to clipboard
constructor(backupFinishedDate: String? = null, backupSetId: String? = null, backupStartDate: String? = null, backupType: String? = null, databaseName: String? = null, firstLsn: String? = null, isBackupRestored: Boolean? = null, lastLsn: String? = null, lastModifiedTime: String? = null, listOfBackupFiles: List<BackupFileInfoResponse>? = null)
Properties
Link copied to clipboard
Date and time that the backup operation finished
Link copied to clipboard
Id for the set of backup files
Link copied to clipboard
Date and time that the backup operation began
Link copied to clipboard
Enum of the different backup types
Link copied to clipboard
Name of the database to which the backup set belongs
Link copied to clipboard
Whether the backup set is restored or not
Link copied to clipboard
Last modified time of the backup file in share location
Link copied to clipboard
List of files in the backup set