SqlBackupSetInfo interface
Information of backup set
Properties
backup |
Backup end time. NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
Backup set id. NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
Backup start date. NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
Backup type. NOTE: This property will not be serialized. It can only be populated by the server. |
family |
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. |
has |
Has Backup Checksums NOTE: This property will not be serialized. It can only be populated by the server. |
ignore |
The reasons why the backup set is ignored NOTE: This property will not be serialized. It can only be populated by the server. |
is |
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. |
list |
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
Azure SDK for JavaScript