File creation property list functions (HDF5)

File creation property list functions (H5P)

C Function Fortran Function Purpose
H5Pset/get_userblock h5pset/get_userblock_f Sets/retrieves size of user-block.
H5Pset/get_sizes h5pset/get_sizes_f Sets/retrieves byte size of offsets and lengths used to address objects in HDF5 file.
H5Pset/get_sym_k h5pset/get_sym_k_f Sets/retrieves size of parameters used to control symbol table nodes.
H5Pset/get_istore_k h5pset/get_istore_k_f Sets/retrieves size of parameter used to control B-trees for indexing chunked datasets.
H5Pset_shared_mesg_nindexes h5pset_shared_mesg_nindexes_f Sets number of shared object header message indexes.
H5Pget_shared_mesg_nindexes (none) Retrieves number of shared object header message indexes in file creation property list.
H5Pset_shared_mesg_index h5pset_shared_mesg_index_f Configures the specified shared object header message index.
H5Pget_shared_mesg_index (none) Retrieves the configuration settings for a shared message index.
H5Pset_shared_mesg_phase_change (none) Sets shared object header message storage phase change thresholds.
H5Pget_shared_mesg_phase_change (none) Retrieves shared object header message phase change information.
H5Pget_version h5pget_version_f Retrieves version information for various objects for file creation property list.
Updated: 2024-04-17, 14:47