Table of Contents

Public classSealed IndexBackupFileEntry

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

Describes one file captured in an index backup manifest.

public sealed class IndexBackupFileEntry
IndexBackupFileEntry

Public property Crc32

Gets the CRC-32 checksum of the file contents.

Public property FileName

Gets the file name relative to the backup or index directory.

Public property IsCommitFile

Gets a value indicating whether this entry is the selected segments_N commit file.

Public property IsRequired

Gets a value indicating whether the file is required for the selected commit.

Public property Length

Gets the file length in bytes.

Public property Role

Gets the file role within the backup.

Public property SegmentId

Gets the owning segment ID, or null for commit-wide files.