H5Pset_append_flush

fnherr_t H5Pset_append_flush(hid_t dapl_id, uint ndims, const(hsize_t) * boundary, H5D_append_cb_t func, void * udata)

Sets append flush parameters in a dataset access property list.

Parameters

dapl_idDataset access property list identifier
ndimsNumber of dimensions
boundaryArray of boundary values
funcCallback function to invoke when boundary is reached
udataUser data to pass to the callback

Returns

Non-negative on success, negative on failure.