IndexCodecMigrationActionKind
- Namespace
- Rowles.LeanCorpus.Index.Migration
- Assembly
- Rowles.LeanCorpus.dll
Describes the kind of file-system action required by a codec migration.
public enum IndexCodecMigrationActionKind
Fields
CopyFile = 2A file must be copied into the migration target.
DeleteTemporaryFile = 5A temporary file must be deleted.
NoOp = 0No file-system change is required.
PublishCommit = 3A commit must be published after migration.
RewriteFile = 1A codec file must be rewritten to the current version.
WriteMarker = 4A migration marker must be written.