
IndexCheckIssue
- Namespace
- Rowles.LeanCorpus.Index
- Assembly
- Rowles.LeanCorpus.dll
Structured validation issue returned by Check(MMapDirectory, IndexCheckOptions?).
public sealed record IndexCheckIssue : IEquatable<IndexCheckIssue>
IndexCheckIssue
Code
Gets the stable issue code.
FileName
Gets the related file name, when the issue is file-specific.
IsRepairable
Gets a value indicating whether the issue can be repaired by future repair tooling.
Message
Gets the issue message.
SegmentId
Gets the related segment ID, when the issue is segment-specific.
Severity
Gets the issue severity.
SuggestedActions
Gets suggested repair or recovery actions for this issue.
ToString()
Returns a string that represents the current object.