Expand description
HDF5 Data Layout message (type 0x0008).
Describes how raw data for a dataset is stored: compact (inline in the object header), contiguous (a single block in the file), or chunked (split into fixed-size chunks, indexed by a B-tree).
Structs§
- Data
Layout Message - Parsed data layout message.
Enums§
- Chunk
Indexing - Chunk indexing method (version 4 only).
- Data
Layout - The storage layout for a dataset’s raw data.
Functions§
- parse
- Parse a data layout message.