Skip to main content

Module layout

Module layout 

Source
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§

DataLayoutMessage
Parsed data layout message.

Enums§

ChunkIndexing
Chunk indexing method (version 4 only).
DataLayout
The storage layout for a dataset’s raw data.

Functions§

parse
Parse a data layout message.