Click or drag to resize

IBackupDescriptor Interface

Represents a single description for a single backup taken on this machine

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

The IBackupDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyAssets Gets the descriptors of the assets in this backup
Public propertyCreatedBy Gets the user that created the backup
Public propertyIsEnrypted True if the backup is encrypted
Public propertyLabel Gets the label for the backup
Public propertySize Gets the size of the backup
Public propertyTimestamp Gets the timestamp
Top
See Also