Class Restore#
Defined in File Restore.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.Restore : xbe.sdk.EntityBase#
Describes a single backup job to be executed immediately or on a schedule.
REQUIRES: Backup Services
Properties
- bool Drop { get; set; }#
Indicates whether or not all existing data should be dropped during the restoration process.
- string > Events { get; set; }#
The list of event messages that occurred during the last job execution.
- string > Exclude { get; set; }#
A list of database/collection/table name patters to exclude during the restoration process.
- string > Include { get; set; }#
A list of database/collection/table name patters to include during the restoration process. Only those items matching the provided list are restored.An empty set restores everything.
- RestoreStatus Status { get; set; }#
The current state of the restore job.
Public Static Functions
Public Static Attributes
- const string ADMIN = "admin.*"#