Table of Contents

Enum H5DataLayoutClass

Namespace
PureHDF
Assembly
PureHDF.dll

Specifies the data layout class.

public enum H5DataLayoutClass : byte

Fields

Chunked = 2

The data is stored in chunks.

Compact = 0

The data is stored within the object's metadata.

Contiguous = 1

THe data is stored as one contiguous block of data.

VirtualStorage = 3

The data is a virtual view composed of other datasets.