
IndexMigrationMarker
- Namespace
- Rowles.LeanCorpus.Index.Migration
- Assembly
- Rowles.LeanCorpus.dll
Persisted marker describing an in-progress or recently completed index migration.
public sealed record IndexMigrationMarker : IEquatable<IndexMigrationMarker>
IndexMigrationMarker
Properties
CreatedAtUtc
Gets the marker creation time.
PlannedActions
Gets the planned migration actions.
SourceCommitGeneration
Gets the source commit generation at migration start.
SourceDirectory
Gets the source index directory.
StagingDirectory
Gets the staging directory.
State
Gets the marker state.
UpdatedAtUtc
Gets the marker update time.