BackupSetInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET