StoreBackupInfo 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.
Provides information about the backup created by calling BackupAsync(String, StoreBackupOption, Func<StoreBackupInfo,Task<Boolean>>).
public sealed class StoreBackupInfo
type StoreBackupInfo = class
Public NotInheritable Class StoreBackupInfo
- Inheritance
-
StoreBackupInfo
Constructors
StoreBackupInfo() |
Properties
BackupChainId |
Gets the ID of backup-chain to which this backup belongs. A backup chain contains one full backup and zero or more continuous incremental backup(s) and starts at full backup. |
BackupFolder |
Gets the folder where the backup was created. |
BackupIndex |
Gets the index of this backup in the backup-chain to which this backup belongs. A backup chain contains one full backup and zero or more continuous incremental backup(s). and starts at full backup. Since full backup starts the chain, its backup index is always zero. |
BackupOption |
Gets the backup option used |
Methods
ToString() |
Returns a String that represents this instance |
Applies to
Azure SDK for .NET