ILNumerics - Technical Application Development
Top
The H5Dataset type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attributes |
Gets access to the collection of attributes for this object.
[ILNumerics HDF5 Module] | |
| Class |
Gets the HDF5 base type used to store the elements.
[ILNumerics HDF5 Module] | |
| Compression |
Gets the compression method configured for the dataset [readonly].
[ILNumerics HDF5 Module] | |
| CompressionParameter |
Additional parameter for compression method [readonly].
[ILNumerics HDF5 Module] | |
| File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| H5Type |
Gets the object type of this dataset. This will always return 'H5ObjectTypes.Dataset'.
(Overrides H5ObjectH5Type.)[ILNumerics HDF5 Module] | |
| MaxSize |
The maximum dimension sizes configured [readonly].
[ILNumerics HDF5 Module] | |
| Name |
Gets the local name of the object, i.e. the last segment from the absolute path
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| NameEncoding |
Gets the local object name encoding type.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| Path |
Unique object identifier, commonly the absolute path to the object in the HDF5 file
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| Size |
Gets the current size of the dataset [readonly].
[ILNumerics HDF5 Module] |
See Also