CodecFileFrameKind
- Namespace
- Rowles.LeanCorpus.Index.Format
- Assembly
- Rowles.LeanCorpus.dll
Identifies the framing detected for a logical index file.
public enum CodecFileFrameKind
Fields
Canonical = 1The file uses the canonical self-identifying CodecKit frame.
Container = 7The file is a storage container whose members are inspected separately.
External = 6The format is owned by an external serialiser.
LegacyCustomHeader = 4The file uses a declared format-specific legacy header.
LegacyEnvelope = 2The file uses the legacy CodecKit length envelope.
LegacyHeaderless = 5The file uses a declared legacy headerless representation.
LegacyTrailer = 3The file uses the legacy CodecKit streaming trailer.
Unknown = 0The framing could not be identified.