Click or drag to resize

IBackupAsset Interface

Represents a single asset (file, database, etc.) which can be backed up

Namespace: SanteDB.Core.Data.Backup
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IBackupAsset : IBackupAssetDescriptor, 
	IDisposable

The IBackupAsset type exposes the following members.

Properties
 NameDescription
Public propertyAssetClassId Gets the asset type identifier used for restoring
(Inherited from IBackupAssetDescriptor)
Public propertyName Get the name of the asset
(Inherited from IBackupAssetDescriptor)
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodOpen Open the backup stream
Top
See Also