BackupType
Namespace: Meshmakers.Octo.Runtime.Contracts.Blueprints
Types of backups
public enum BackupType
Inheritance Object → ValueType → Enum → BackupType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Full | 0 | Full backup of all tenant data |
| Incremental | 1 | Incremental backup of changes since last backup |
| BlueprintUpdate | 2 | Snapshot backup for blueprint updates |