herr_t H5Pget_file_space_page_size(hid_t fcpl, hsize_t *fsp_size)
H5Pget_file_space_page_size
retrieves the file space page size for paged aggregation in the
parameter fsp_size
.
The library default is 4KB (4096) if fsp_size
is not previously set via a call to
H5Pset_file_space_page_size
.
hid_t
fcpl |
|
IN: File creation property list identifier |
hsize_t
*fsp_size |
|
OUT: File space page size |
Release | Change |
1.10.1 | C function introduced with this release. |