Sante |
| Class | Description | |
|---|---|---|
| BackupAssetInfo | Backup asset metadata | |
| BackupException | An exception that is thrown when creating or restoring backups | |
| BackupReader | Represetns a series of IBackupAsset instances stored in a backup collection | |
| BackupWriter | A backup writer | |
| ByteArrayBackupAsset | Represents a backup asset which is derived from a byte array | |
| DefaultBackupManager | The default backup manager | |
| FileBackupAsset | Represents a IBackupAsset which is generated based on the contents of a file | |
| FileBackupDescriptor | Implementation of a IBackupDescriptor which derives its information from a file | |
| StreamBackupAsset | A stream based backup asset | |
| StreamBackupDescriptor | Stream based backup descriptor |
| Interface | Description | |
|---|---|---|
| IBackupAsset | Represents a single asset (file, database, etc.) which can be backed up | |
| IBackupAssetDescriptor | Represents a backup asset description | |
| IBackupDescriptor | Represents a single description for a single backup taken on this machine | |
| IBackupService | Represents a service that can back-up data to/from another location | |
| IProvideBackupAssets | Any service which provides backup files to the IBackupService | |
| IRestoreBackupAssets | Represents a class which can read a IBackupAsset and restore the necessary file information to the proper location |
| Enumeration | Description | |
|---|---|---|
| BackupMedia | Gets or sets the backup media |