ILNumerics Ultimate VS

H5Dataset Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
This class represents HDF5 datasets. Is is used to create, manage, and access datasets stored in HDF5 files via ILNumerics.IO.HDF5.

[ILNumerics HDF5 Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.IO.HDF5H5Object
    ILNumerics.IO.HDF5H5Dataset
      ILNumerics.IO.HDF5H5StringDataset

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class H5Dataset : H5Object

The H5Dataset type exposes the following members.

Constructors

  NameDescription
Public methodH5Dataset
Creates a new dataset. Optionally define additional parameters.

[ILNumerics HDF5 Module]

Top
Properties

  NameDescription
Public propertyAttributes
Gets access to the collection of attributes for this object.

[ILNumerics HDF5 Module]

Public propertyClass
Gets the HDF5 base type used to store the elements.

[ILNumerics HDF5 Module]

Public propertyCompression
Gets the compression method configured for the dataset [readonly].

[ILNumerics HDF5 Module]

Public propertyCompressionParameter
Additional parameter for compression method [readonly].

[ILNumerics HDF5 Module]

Public propertyFile
The HDF5 file this object is originated from.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyH5Type
Gets the object type of this dataset. This will always return 'H5ObjectTypes.Dataset'.

[ILNumerics HDF5 Module]

(Overrides H5ObjectH5Type.)
Public propertyMaxSize
The maximum dimension sizes configured [readonly].

[ILNumerics HDF5 Module]

Public propertyName
Gets the local name of the object, i.e. the last segment from the absolute path

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyNameEncoding
Gets the local object name encoding type.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyPath
Unique object identifier, commonly the absolute path to the object in the HDF5 file

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertySize
Gets the current size of the dataset [readonly].

[ILNumerics HDF5 Module]

Top
Methods

  NameDescription
Public methodEquals (Inherited from H5Object.)
Public methodGetT
Retrieve (sub-)array from dataset

[ILNumerics HDF5 Module]

Public methodGetFillValueT
Gives the user defined fill value for the data set.

[ILNumerics HDF5 Module]

Public methodGetHashCode (Inherited from H5Object.)
Public methodStatic memberIsStringDataset
Public methodSetT
Alter the existing data stored in the file or parts of it.

[ILNumerics HDF5 Module]

Public methodToString (Inherited from H5Object.)
Top
Fields

  NameDescription
Protected fieldm_address (Inherited from H5Object.)
Protected fieldm_attributes
Protected fieldm_compression
Protected fieldm_compressionParameter
Protected fieldm_data4lazyCreation
Protected fieldm_datatype4lazyCreation
Protected fieldm_file (Inherited from H5Object.)
Protected fieldm_fillValue
Protected fieldm_maxdims
Protected fieldm_path (Inherited from H5Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetH5ID
Retrieves the object ID used to identify the object within the HDF5 file ///

[ILNumerics HDF5 Module]

(Defined by Helper.)
Top
Remarks

[ILNumerics HDF5 Module]

See Also

Reference