Table of Contents

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

data object

The dataset data.

chunks uint[]

The dataset's chunk dimensions.

memorySelection Selection

The memory selection.

fileSelection Selection

The file selection.

fileDims ulong[]

The dimensions of the dataset when written to the file.

datasetCreation H5DatasetCreation

The dataset creation properties.

opaqueInfo H5OpaqueInfo

Set this paramter to a non-null value to treat data of type byte[] as opaque.