Class H5Dataset
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
A dataset.
public class H5Dataset : H5Object
- Inheritance
-
H5Dataset
- Derived
- Inherited Members
Constructors
H5Dataset(object, uint[]?, Selection?, Selection?, ulong[]?, H5DatasetCreation, H5OpaqueInfo?)
Initializes a new instance of the H5Dataset class.
public H5Dataset(object data, uint[]? chunks = null, Selection? memorySelection = null, Selection? fileSelection = null, ulong[]? fileDims = null, H5DatasetCreation datasetCreation = default, H5OpaqueInfo? opaqueInfo = null)
Parameters
dataobjectThe dataset data.
chunksuint[]The dataset's chunk dimensions.
memorySelectionSelectionThe memory selection.
fileSelectionSelectionThe file selection.
fileDimsulong[]The dimensions of the dataset when written to the file.
datasetCreationH5DatasetCreationThe dataset creation properties.
opaqueInfoH5OpaqueInfoSet this paramter to a non-null value to treat data of type byte[] as opaque.