StoreBackupInfo Class

Definition

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