Section navigation

Public enum CodecPhysicalLocationKind

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

Identifies where a logical file is physically stored.

public enum CodecPhysicalLocationKind

Fields

CompoundContainer = 2

The logical file is itself a compound container.

CompoundMember = 1

The logical file is a bounded member of a compound segment.

LooseFile = 0

The logical file is a loose file in the index directory.