Share via


BackupSetInfo Class

Definition

Information of backup set

public class BackupSetInfo
type BackupSetInfo = class
Public Class BackupSetInfo
Inheritance
BackupSetInfo

Constructors

BackupSetInfo()

Initializes a new instance of the BackupSetInfo class.

BackupSetInfo(String, String, String, Nullable<DateTimeOffset>, String, IList<BackupFileInfo>, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>)

Initializes a new instance of the BackupSetInfo class.

Properties

BackupFinishedDate

Gets or sets date and time that the backup operation finished

BackupSetId

Gets or sets id for the set of backup files

BackupStartDate

Gets or sets date and time that the backup operation began

BackupType

Gets or sets enum of the different backup types Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial'

DatabaseName

Gets or sets name of the database to which the backup set belongs

FirstLsn

Gets or sets first log sequence number of the backup file

IsBackupRestored

Gets or sets whether the backup set is restored or not

LastLsn

Gets or sets last log sequence number of the backup file

LastModifiedTime

Gets or sets last modified time of the backup file in share location

ListOfBackupFiles

Gets or sets list of files in the backup set

Applies to