herr_t H5Orefresh(hid_t object_id)
H5Orefresh
causes all buffers associated with an
object to be cleared and immediately re-loaded with updated
contents from disk.
object_id
can be any named object associated
with an HDF5 file including a dataset, a group, or a committed
datatype.
hid_t object_id
|
IN: Identifier of the object to be refreshed. |
Release | Change |
1.10.0 | C function introduced with this release. |