H5VLblob_put

fnherr_t H5VLblob_put(void * obj, hid_t connector_id, const void * buf, size_t size, void * blob_id, void * * req)

Puts a blob through the VOL.

Parameters

objObject to store blob in
connector_idVOL connector identifier
bufBuffer containing blob data
sizeSize of buffer
blob_idPointer to receive blob identifier
reqAsync request object (can be null)

Returns

Non-negative on success, negative on failure.