Table of Contents

Namespace PureHDF.VOL.Native

Classes

ChunkCache

A static class to provide a default value for chunk cache factories.

NativeAttribute

A native HDF5 attribute.

NativeDataset

A native HDF5 dataset.

NativeFile

A native HDF5 file object. This is the entry-point to work with HDF5 files.

NativeGroup

An HDF5 group.

NativeGroupExtensions

Defines extensions methods for the NativeGroup type.

NativeObject
SimpleReadingChunkCache

A simple reading chunk cache following the cache design principles of the HDF5 C-library.

SimpleWritingChunkCache

A simple writing chunk cache which has not limits in size.

Structs

H5DatasetAccess

A structure which controls how the dataset is accessed. Reference: hdfgroup.org

H5DatasetCreation

A structure which controls how the dataset is created. Reference: hdfgroup.org

H5LinkAccess

A structure which controls how the link is accessed. Reference: hdfgroup.org.

The prefix to be applied to external link paths. Reference: hdfgroup.org.
NativeObjectReference1

An HDF5 object reference.

NativeRegionReference1

An HDF5 region reference.

Interfaces

IReadingChunkCache

Caches chunks during read operations.

IWritingChunkCache

Caches chunks during write operations.