Setting the Metadata Cache Configuration
Function Syntax
Set the initial metadata cache configuration in the indicated file access property list to the supplied values.
herr_t H5Pset_mdc_config(hid_t propertylistId, H5AC_cache_config_t *config)
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
propertylistId |
File access property list identifier |
Integer |
Input |
*config |
Pointer to the instance of H5AC_cache_config_t containing the desired configuration |
Non-empty |
Input |
Return Value
The value 0 is returned.
Parent topic: Property List APIs