Table of Contents

Public classSealed IndexCheckIssue

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

Structured validation issue returned by Check(MMapDirectory, IndexCheckOptions?).

public sealed record IndexCheckIssue : IEquatable<IndexCheckIssue>
IndexCheckIssue

Public property Code

Gets the stable issue code.

Public property FileName

Gets the related file name, when the issue is file-specific.

Public property IsRepairable

Gets a value indicating whether the issue can be repaired by future repair tooling.

Public property Message

Gets the issue message.

Public property SegmentId

Gets the related segment ID, when the issue is segment-specific.

Public property Severity

Gets the issue severity.

Public property SuggestedActions

Gets suggested repair or recovery actions for this issue.

Public method ToString()

Returns a string that represents the current object.