Class Snapshot#
Defined in File Snapshot.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.Snapshot : xbe.sdk.EntityBase#
Defines a single backup snapshot of a database that has been taken.
REQUIRES: Backup Services
Properties
- Guid BackupUid { get; set; }#
The unique id of the backup job that created this snapshot.
- string Name { get; set; }#
The unique name of the snapshot.
- string Comments { get; set; }#
Descriptive comments and notes associated with this snapshot.
- string Filename { get; set; }#
The filename of the snapshot file as stored.
- string Sha512 { get; set; }#
The SHA512 check sum of the snapshot contents.
- int Size { get; set; }#
The total file size of the snapshot.
- DatabaseType Type { get; set; }#
The type of database.