Click or drag to resize

SanteDB.Core.Data.Backup Namespace

 
Classes
 ClassDescription
Public classBackupAssetInfo Backup asset metadata
Public classBackupException An exception that is thrown when creating or restoring backups
Public classBackupReader Represetns a series of IBackupAsset instances stored in a backup collection
Public classBackupWriter A backup writer
Public classByteArrayBackupAsset Represents a backup asset which is derived from a byte array
Public classDefaultBackupManager The default backup manager
Public classFileBackupAsset Represents a IBackupAsset which is generated based on the contents of a file
Public classFileBackupDescriptor Implementation of a IBackupDescriptor which derives its information from a file
Public classStreamBackupAsset A stream based backup asset
Public classStreamBackupDescriptor Stream based backup descriptor
Interfaces
 InterfaceDescription
Public interfaceIBackupAsset Represents a single asset (file, database, etc.) which can be backed up
Public interfaceIBackupAssetDescriptor Represents a backup asset description
Public interfaceIBackupDescriptor Represents a single description for a single backup taken on this machine
Public interfaceIBackupService Represents a service that can back-up data to/from another location
Public interfaceIProvideBackupAssets Any service which provides backup files to the IBackupService
Public interfaceIRestoreBackupAssets Represents a class which can read a IBackupAsset and restore the necessary file information to the proper location
Enumerations
 EnumerationDescription
Public enumerationBackupMedia Gets or sets the backup media