H5Fset_dset_no_attrs_hint
fn
herr_t H5Fset_dset_no_attrs_hint(hid_t file_id, hbool_t minimize) extern(C) @nogc nothrowSets the dataset no attributes hint setting.
Parameters
file_id | File identifier |
minimize | Whether to minimize dataset header space |
Returns
Non-negative on success, negative on failure.