IndexBackupKind
- Namespace
- Rowles.LeanCorpus.Index.Backup
- Assembly
- Rowles.LeanCorpus.dll
Describes whether a backup is self-contained or linked to a previous backup.
public enum IndexBackupKind
Fields
Full = 0A self-contained backup containing every required file.
Incremental = 1A manifest-linked backup containing only files changed since its parent.