Table of Contents

Public enum IndexMigrationState

Namespace
Rowles.LeanCorpus.Index.Migration
Assembly
Rowles.LeanCorpus.dll

State recorded by an index migration marker.

public enum IndexMigrationState

Fields

Failed = 5

Migration failed and requires recovery action.

InProgress = 2

Migration file rewrites are in progress.

None = 0

No migration marker exists.

Prepared = 1

Migration has been prepared but no file rewrite has started.

Published = 4

Migration has been published.

ReadyToPublish = 3

Migration output has validated and is ready to publish.