Rate This Document
Findability
Accuracy
Completeness
Readability

Setting a Metadata Write Mode

Function Syntax

Set the metadata write mode to collective or independent (default).

herr_t H5Pset_coll_metadata_write(hid_t propertylistId, hbool_t collective)

Parameters

Parameter

Description

Value Range

Input/Output

propertylistId

File access property list identifier

Integer

Input

collective

Boolean value indicating whether the metadata write is collective (> 0) or independent (0). Default mode: independent (0)

Boolean

Output

Return Value

The value 0 is returned.