SqlBackupSetInfo interface

Information of backup set

Properties

backupFinishDate

Backup end time. NOTE: This property will not be serialized. It can only be populated by the server.

backupSetId

Backup set id. NOTE: This property will not be serialized. It can only be populated by the server.

backupStartDate

Backup start date. NOTE: This property will not be serialized. It can only be populated by the server.

backupType

Backup type. NOTE: This property will not be serialized. It can only be populated by the server.

familyCount

Media family count NOTE: This property will not be serialized. It can only be populated by the server.

firstLSN

First LSN of the backup set. NOTE: This property will not be serialized. It can only be populated by the server.

hasBackupChecksums

Has Backup Checksums NOTE: This property will not be serialized. It can only be populated by the server.

ignoreReasons

The reasons why the backup set is ignored NOTE: This property will not be serialized. It can only be populated by the server.

isBackupRestored

Whether this backup set has been restored or not. NOTE: This property will not be serialized. It can only be populated by the server.

lastLSN

Last LSN of the backup set. NOTE: This property will not be serialized. It can only be populated by the server.

listOfBackupFiles

List of files in the backup set. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

backupFinishDate

Backup end time. NOTE: This property will not be serialized. It can only be populated by the server.

backupFinishDate?: Date

Property Value

Date

backupSetId

Backup set id. NOTE: This property will not be serialized. It can only be populated by the server.

backupSetId?: string

Property Value

string

backupStartDate

Backup start date. NOTE: This property will not be serialized. It can only be populated by the server.

backupStartDate?: Date

Property Value

Date

backupType

Backup type. NOTE: This property will not be serialized. It can only be populated by the server.

backupType?: string

Property Value

string

familyCount

Media family count NOTE: This property will not be serialized. It can only be populated by the server.

familyCount?: number

Property Value

number

firstLSN

First LSN of the backup set. NOTE: This property will not be serialized. It can only be populated by the server.

firstLSN?: string

Property Value

string

hasBackupChecksums

Has Backup Checksums NOTE: This property will not be serialized. It can only be populated by the server.

hasBackupChecksums?: boolean

Property Value

boolean

ignoreReasons

The reasons why the backup set is ignored NOTE: This property will not be serialized. It can only be populated by the server.

ignoreReasons?: string[]

Property Value

string[]

isBackupRestored

Whether this backup set has been restored or not. NOTE: This property will not be serialized. It can only be populated by the server.

isBackupRestored?: boolean

Property Value

boolean

lastLSN

Last LSN of the backup set. NOTE: This property will not be serialized. It can only be populated by the server.

lastLSN?: string

Property Value

string

listOfBackupFiles

List of files in the backup set. NOTE: This property will not be serialized. It can only be populated by the server.

listOfBackupFiles?: SqlBackupFileInfo[]

Property Value