Method SetRecord
member SetRecord: string * 'R -> unit
Set attribute values on an HDF5 object using the provided record.
Declaration
member SetRecord: name:string * record:'R -> unit
Parameters
Type | Name | Description |
---|---|---|
string | name | HDF5 path to operate on. |
'R | record | Record containing the attribute values. |
Type Parameters
Name | Description |
---|---|
'R | Type of the F# record. It must contain only field of primitive data types. |
Remarks
The record must consists only of fields of primitive data types (int, float, string, etc.).
Each record field is stored as an HDF5 attribute using the same name.