Rate This Document
Findability
Accuracy
Completeness
Readability

Setting a Metadata I/O Mode

Function Syntax

Set the metadata I/O mode for read operations to collective or independent (default).

herr_t H5Pset_all_coll_metadata_ops(hid_t propertylistId, hbool_t collective)

Parameters

Parameter

Description

Value Range

Input/Output

propertylistId

File, group, dataset, data type, link, or attribute access property list identifier

Integer

Input

collective

Boolean value indicating whether metadata read is collective (1) or independent (0). Default mode: independent (0)

Boolean

Input

Return Value

The value 0 is returned.