IndexMigrationState
- Namespace
- Rowles.LeanCorpus.Index.Migration
- Assembly
- Rowles.LeanCorpus.dll
State recorded by an index migration marker.
public enum IndexMigrationState
Fields
Failed = 5Migration failed and requires recovery action.
InProgress = 2Migration file rewrites are in progress.
None = 0No migration marker exists.
Prepared = 1Migration has been prepared but no file rewrite has started.
Published = 4Migration has been published.
ReadyToPublish = 3Migration output has validated and is ready to publish.