Table of Contents

Public enum 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 = 2

A file must be copied into the migration target.

DeleteTemporaryFile = 5

A temporary file must be deleted.

NoOp = 0

No file-system change is required.

PublishCommit = 3

A commit must be published after migration.

RewriteFile = 1

A codec file must be rewritten to the current version.

WriteMarker = 4

A migration marker must be written.