![]() |
HDF5
1.8.23
C-API Reference
|
Use the functions in this module to manage HDF5 property lists and property list classes. HDF5 property lists are the main vehicle to configure the behavior of HDF5 API functions.
Typically, property lists are created by instantiating one of the built-in or user-defined property list classes. After adding suitable properties, property lists are used when opening or creating HDF5 items, or when reading or writing data. Property lists can be modified by adding or changing properties. Property lists are deleted by closing the associated handles.
Create | Read |
---|---|
hid_t H5Pcreate(hid_t cls_id) Creates a new property list as an instance of a property list class. | hid_t H5Pget_class(hid_t plist_id) Returns the property list class identifier for a property list. |
Update | Delete |
herr_t H5Pset_fill_time(hid_t plist_id, H5D_fill_time_t fill_time) Sets the time when fill values are written to a dataset. |