Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupSetInfo

Package version

Information of backup set

Hierarchy

  • BackupSetInfo

Index

Properties

Optional backupFinishedDate

backupFinishedDate: Date

Date and time that the backup operation finished

Optional backupSetId

backupSetId: undefined | string

Id for the set of backup files

Optional backupStartDate

backupStartDate: Date

Date and time that the backup operation began

Optional backupType

backupType: BackupType

Enum of the different backup types. Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial'

Optional databaseName

databaseName: undefined | string

Name of the database to which the backup set belongs

Optional firstLsn

firstLsn: undefined | string

First log sequence number of the backup file

Optional isBackupRestored

isBackupRestored: undefined | false | true

Whether the backup set is restored or not

Optional lastLsn

lastLsn: undefined | string

Last log sequence number of the backup file

Optional lastModifiedTime

lastModifiedTime: Date

Last modified time of the backup file in share location

Optional listOfBackupFiles

listOfBackupFiles: BackupFileInfo[]

List of files in the backup set

Generated using TypeDoc