- H5P_GET_ALIGNMENT — Retrieves the current settings for alignment properties from a file access property list
- HP5_GET_CACHE — Queries the raw data chunk cache parameters
- H5P_GET_COLL_METADATA_WRITE — Retrieves metadata write mode setting
- H5P_GET_CORE_WRITE_TRACKING — Gets information about the write tracking feature used by the core VFD
- H5P_GET_DRIVER — Returns low-lever driver identifier
- H5P_GET_DRIVER_INFO — Returns a pointer to file driver information
- H5P_GET_ELINK_FILE_CACHE_SIZE — Retrieves the size of the external link open file cache
- H5P_GET_EVICT_ON_CLOSE — Retrieves the file access property list setting that determines whether an HDF5 object will be evicted from the library's metadata cache when it is closed
- H5P_GET_FAMILY_OFFSET — Retrieves a data offset from the file access property list
- H5P_GET_FAPL_CORE — Queries core file driver properties
- H5P_GET_FAPL_DIRECT — Retrieves direct I/O driver settings
- H5P_GET_FAPL_FAMILY — Returns file access property list information
- H5P_GET_FAPL_HDFS — Gets the information of the given Read-Only HDFS virtual file driver
- H5P_GET_FAPL_MPIO — Returns MPI communicator information
- H5P_GET_FAPL_MPIPOSIX — Returns MPI communicator information (REMOVED)
- H5P_GET_FAPL_MULTI — Returns information about the multi-file access property list
- H5P_GET_FAPL_ROS3 — Gets the information of the given Read-Only S3 virtual file driver
- H5P_GET_FAPL_SPLITTER — Returns information about the splitter file access property list
- H5P_GET_FCLOSE_DEGREE — Returns the file close degree
- H5P_GET_FILE_IMAGE — Retrieves a copy of the file image designated as the initial content and structure of a file
- H5P_GET_FILE_IMAGE_CALLBACKS — Retrieves callback routines for working with file images
- H5P_GET_FILE_LOCKING — Retrieves the file locking property values
- H5P_GET_GC_REFERENCES — Returns garbage collecting references setting
- H5P_GET_LIBVER_BOUNDS — Retrieves library version bounds settings that indirectly control the format versions used when creating objects
- H5P_GET_MDC_CONFIG — Get the current initial metadata cache configuration from the indicated file access property list
- H5P_GET_MDC_IMAGE_CONFIG — Retrieves the metadata cache image configuration values for a file access property list
- H5P_GET_MDC_LOG_OPTIONS — Gets metadata cache logging options
- H5P_GET_META_BLOCK_SIZE — Returns the current metadata block size setting
- H5P_GET_METADATA_READ_ATTEMPTS — Retrieves the number of read attempts from a file access property list
- H5P_GET_MULTI_TYPE — Retrieves type of data property for MULTI driver
- H5P_GET_OBJECT_FLUSH_CB — Retrieves the object flush property values from the file access property list
- H5P_GET_PAGE_BUFFER_SIZE — Retrieves the maximum size for the page buffer and the minimum percentage for metadata and raw data pages
- H5P_GET_SIEVE_BUF_SIZE — Returns maximum data sieve buffer size
- H5P_GET_SMALL_DATA_BLOCK_SIZE — Retrieves the current small data block size setting
- H5P_GET_VOL_ID — Returns the identifier of the current VOL connector
- H5P_GET_VOL_INFO — Returns a copy of the VOL information for a connector
- H5P_SET_ALIGNMENT — Sets alignment properties of a file access property list
- H5P_SET_CACHE — Sets the raw data chunk cache parameters
- H5P_SET_COLL_METADATA_WRITE — Sets metadata write mode to collective or independent (default)
- H5P_SET_CORE_WRITE_TRACKING — Sets write tracking information for core driver, H5FD_CORE
- H5P_SET_DRIVER — Sets a file driver
- H5P_SET_ELINK_FILE_CACHE_SIZE — Sets the number of files that can be held open in an external link open file cache
- H5P_SET_EVICT_ON_CLOSE — Controls the library's behavior of evicting metadata associated with a closed object
- H5P_SET_FAMILY_OFFSET — Sets offset property for low-level access to a file in a family of files
- H5P_SET_FAPL_CORE — Modifies the file access property list to use the H5FD_CORE driver
- H5P_SET_FAPL_DIRECT — Sets up use of the direct I/O driver
- H5P_SET_FAPL_FAMILY — Sets the file access property list to use the family driver
- H5P_SET_FAPL_HDFS — Sets up Read-Only HDFS virtual file driver
- H5P_SET_FAPL_LOG — Sets up the logging virtual file driver (H5FD_LOG) for use
- H5P_SET_FAPL_MPIO — Stores MPI IO communicator information to the file access property list
- H5P_SET_FAPL_MPIPOSIX — Stores MPI IO communicator information to a file access property list (REMOVED)
- H5P_SET_FAPL_MULTI — Sets up use of the multi-file driver
- H5P_SET_FAPL_ROS3 — Sets up Read-Only S3 virtual file driver
- H5P_SET_FAPL_SEC2 — Sets the sec2 driver
- H5P_SET_FAPL_SPLIT — Emulates the old split file driver
- H5P_SET_FAPL_SPLITTER — Sets the file access property list to use the splitter driver
- H5P_SET_FAPL_STDIO — Sets the standard I/O driver
- H5P_SET_FAPL_WINDOWS — Sets the Windows I/O driver
- H5P_SET_FCLOSE_DEGREE — Sets the file close degree
- H5P_SET_FILE_IMAGE — Sets an initial file image in a memory buffer
- H5P_SET_FILE_IMAGE_CALLBACKS — Sets the callbacks for working with file images
- H5P_SET_FILE_LOCKING — Sets the file locking property values
- H5P_SET_GC_REFERENCES — Sets garbage collecting references flag
- H5P_SET_LIBVER_BOUNDS — Controls the range of library release versions used when creating objects in a file
- H5P_SET_MDC_CONFIG — Set the initial metadata cache configuration in the indicated File Access Property List to the supplied value
- H5P_SET_MDC_IMAGE_CONFIG — Sets the metadata cache image option for a file access property list
- H5P_SET_MDC_LOG_OPTIONS — Sets metadata cache logging options
- H5P_SET_META_BLOCK_SIZE — Sets the minimum metadata block size
- H5P_SET_METADATA_READ_ATTEMPTS — Sets the number of read attempts in a file access property list
- H5P_SET_MULTI_TYPE — Specifies type of data to be accessed via the MULTI driver, enabling more direct access
- H5P_SET_OBJECT_FLUSH_CB — Sets a callback function to invoke when an object flush occurs in the file
- H5P_SET_PAGE_BUFFER_SIZE — Sets the maximum size for the page buffer and the minimum percentage for metadata and raw data pages
- H5P_SET_SIEVE_BUF_SIZE — Sets the maximum size of the data sieve buffer
- H5P_SET_SMALL_DATA_BLOCK_SIZE — Sets the size of a contiguous block reserved for small data
- H5P_SET_VOL — Set the file VOL connector for a file access property list
--- Last Modified: January 04, 2018 | 01:43 PM