Note: File creation property lists are a sub-class of group creation property lists.
- H5P_GET_FILE_SPACE_PAGE_SIZE — Retrieves the file space page size for a file creation property list
- H5P_GET_FILE_SPACE_STRATEGY — Retrieves the file space handling strategy, persisting free-space condition and threshold value for a file creation property list
- H5P_GET_ISTORE_K — Queries the 1/2 rank of an indexed storage B-tree
- H5P_GET_SHARED_MESG_INDEX — Retrieves the configuration settings for a shared message index
- H5P_GET_SHARED_MESG_NINDEXES — Retrieves number of shared object header message indexes in file creation property list
- H5P_GET_SHARED_MESG_PHASE_CHANGE — Retrieves shared object header message phase change information
- H5P_GET_SIZES — Retrieves the size of the offsets and lengths used in an HDF5 file
- H5P_GET_SYM_K — Retrieves the size of the symbol table B-tree 1/2 rank and the symbol table leaf node 1/2 size
- H5P_GET_USERBLOCK — Retrieves the size of a user block
- H5P_GET_VERSION — Retrieves the version information of various objects for a file creation property list (DEPRECATED)
- H5P_SET_FILE_SPACE_PAGE_SIZE — Sets the file space page size for a file creation property list
- H5P_SET_FILE_SPACE_STRATEGY — Sets the file space handling strategy and persisting free-space values for a file creation property list
- H5P_SET_ISTORE_K — Sets the size of the parameter used to control the B-trees for indexing chunked datasets
- H5P_SET_SHARED_MESG_INDEX — Configures the specified shared object header message index
- H5P_SET_SHARED_MESG_NINDEXES — Sets number of shared object header message indexes
- H5P_SET_SHARED_MESG_PHASE_CHANGE — Sets shared object header message storage phase change thresholds
- H5P_SET_SIZES — Sets the byte size of the offsets and lengths used to address objects in an HDF5 file
- H5P_SET_SYM_K — Sets the size of parameters used to control the symbol table nodes
- H5P_SET_USERBLOCK — Sets user block size
--- Last Modified: January 03, 2020 | 09:06 AM