Table of Contents

Public classSealed IndexCodecMigrationResult

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

Result of a codec migration operation.

public sealed record IndexCodecMigrationResult : IEquatable<IndexCodecMigrationResult>
IndexCodecMigrationResult

Properties

Public property DryRun

Gets a value indicating whether the call only reported planned actions.

Public property ExecutedActions

Gets actions executed or reported by the call.

Public property Issues

Gets migration issues.

Public property SourceDirectory

Gets the source index directory.

Public property StagingDirectory

Gets the staging directory, when used.

Public property Succeeded

Gets a value indicating whether migration succeeded.

Public property ValidationResult

Gets the post-migration validation result, when available.