CodecPhysicalLocationKind
- Namespace
- Rowles.LeanCorpus.Index.Format
- Assembly
- Rowles.LeanCorpus.dll
Identifies where a logical file is physically stored.
public enum CodecPhysicalLocationKind
Fields
CompoundContainer = 2The logical file is itself a compound container.
CompoundMember = 1The logical file is a bounded member of a compound segment.
LooseFile = 0The logical file is a loose file in the index directory.