Show / Hide Table of Contents

Enum H5DataLayoutClass

Specifies the data layout class.

Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public enum H5DataLayoutClass : byte

Fields

Name Description
Chunked

The data is stored in chunks.

Compact

The data is stored within the object's metadata.

Contiguous

THe data is stored as one contiguous block of data.

VirtualStorage

The data is a virtual view composed of other datasets.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms