H5Pget_link_phase_change
fn
herr_t H5Pget_link_phase_change(hid_t plist_id, uint * max_compact, uint * min_dense)Gets the link phase change thresholds.
Parameters
plist_id | Group creation property list identifier |
max_compact | Pointer to receive max links in compact storage |
min_dense | Pointer to receive min links for dense storage |
Returns
Non-negative on success, negative on failure.