Last modified: 2016

Name: H5Pget_file_space_strategy

Signature:
herr_t H5Pget_file_space_strategy( hid_t fcpl, H5F_fspace_strategy_t *strategy, hbool_t *persist, hsize_t *threshold);

Purpose:
Retrieves the file space handling strategy, persisting free-space condition and threshold value for a file creation property list.

Description:
H5Pget_file_space_strategy retrieves the file space handling strategy, the persisting free-space condition and the threshold value in the parameters strategy, persist and threshold respectively.

The library default values returned when H5Pset_file_space_strategy has not been called are:

Parameters:

hid_t fcpl   IN: The file creation property list identifier
H5F_fspace_strategy_t *strategy   OUT: The file space handling strategy.
hbool_t *persist   OUT: The boolean value indicating whether free space is persistent or not.
hsize_t *threshold   OUT: The free-space section size threshold value.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.

Fortran Interface:
None

See Also:

History:
Release     Change
1.10.1 C function introduced with this release.