H5Fget_metadata_read_retry_info
fn
herr_t H5Fget_metadata_read_retry_info(hid_t file_id, H5F_retry_info_t * info)Gets metadata read retry information.
Retrieves information about the number of read retries for metadata items with checksums.
Parameters
file_id | File identifier |
info | Pointer to H5F_retry_info_t structure to receive information |
Returns
Non-negative on success, negative on failure.