
IndexCodecMigrationResult
- Namespace
- Rowles.LeanCorpus.Index.Migration
- Assembly
- Rowles.LeanCorpus.dll
Result of a codec migration operation.
public sealed record IndexCodecMigrationResult : IEquatable<IndexCodecMigrationResult>
IndexCodecMigrationResult
Properties
DryRun
Gets a value indicating whether the call only reported planned actions.
ExecutedActions
Gets actions executed or reported by the call.
Issues
Gets migration issues.
SourceDirectory
Gets the source index directory.
StagingDirectory
Gets the staging directory, when used.
Succeeded
Gets a value indicating whether migration succeeded.
ValidationResult
Gets the post-migration validation result, when available.