Table of Contents

Interface IH5Dataspace

Namespace
PureHDF
Assembly
PureHDF.dll

An HDF5 dataspace.

public interface IH5Dataspace

Properties

Dimensions

Gets the dataspace dimensions.

ulong[] Dimensions { get; }

Property Value

ulong[]

MaxDimensions

Gets the maximum dataspace dimensions.

ulong[] MaxDimensions { get; }

Property Value

ulong[]

Rank

Gets the dataspace rank.

byte Rank { get; }

Property Value

byte

Type

Gets the dataspace type.

H5DataspaceType Type { get; }

Property Value

H5DataspaceType