Flushes all buffers associated with an HDF5 object to disk
Procedure:
Signature:
herr_t H5Oflush(hid_t object_id)
Parameters:
hid_t object_id | IN: Identifier of the object to be flushed |
Description:
H5O_FLUSH causes all buffers associated with an object to be immediately flushed to disk without removing the data from the cache.
object_id
can be any named object associated with an HDF5 file including a dataset, a group, or a committed datatype.
See Also:
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.10.0 | C function introduced with this release. |
--- Last Modified: August 13, 2019 | 02:57 PM