BackupSetInfoResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date and time that the backup operation finished

Link copied to clipboard
val backupSetId: String? = null

Id for the set of backup files

Link copied to clipboard
val backupStartDate: String? = null

Date and time that the backup operation began

Link copied to clipboard
val backupType: String? = null

Enum of the different backup types

Link copied to clipboard
val databaseName: String? = null

Name of the database to which the backup set belongs

Link copied to clipboard
val firstLsn: String? = null

First log sequence number of the backup file

Link copied to clipboard

Whether the backup set is restored or not

Link copied to clipboard
val lastLsn: String? = null

Last log sequence number of the backup file

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