Struct ChunkIndex
Defined in File types.hpp
Struct Documentation
-
struct ChunkIndex
Chunk Index records are found in the Summary section, providing summary information for a single Chunk and pointing to each Message Index record associated with that Chunk.
Public Members
-
ByteOffset chunkStartOffset
-
ByteOffset chunkLength
-
std::unordered_map<ChannelId, ByteOffset> messageIndexOffsets
-
ByteOffset messageIndexLength
-
std::string compression
-
ByteOffset compressedSize
-
ByteOffset uncompressedSize
-
ByteOffset chunkStartOffset