BackupSetInfo Class

Definition

Information of backup set.

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

Properties

BackupFinishedOn

Date and time that the backup operation finished.

BackupSetId

Id for the set of backup files.

BackupStartOn

Date and time that the backup operation began.

BackupType

Enum of the different backup types.

DatabaseName

Name of the database to which the backup set belongs.

FirstLsn

First log sequence number of the backup file.

IsBackupRestored

Whether the backup set is restored or not.

LastLsn

Last log sequence number of the backup file.

LastModifiedOn

Last modified time of the backup file in share location.

ListOfBackupFiles

List of files in the backup set.

Applies to