Table of Contents

Public classSealed IndexCodecMigrationPlan

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

Describes the codec migration actions required for an index.

public sealed record IndexCodecMigrationPlan : IEquatable<IndexCodecMigrationPlan>
IndexCodecMigrationPlan

Properties

Public property Actions

Gets planned migration actions.

Public property CanExecute

Gets a value indicating whether every planned action can execute.

Public property Inventory

Gets the inspected index inventory.

Public property Issues

Gets issues found while building the migration plan.