Enum H5DataLayoutClass
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
Specifies the data layout class.
public enum H5DataLayoutClass : byte
Fields
Chunked = 2The data is stored in chunks.
Compact = 0The data is stored within the object's metadata.
Contiguous = 1THe data is stored as one contiguous block of data.
VirtualStorage = 3The data is a virtual view composed of other datasets.