HDF5Object.getInfo
H5O_info2_t getInfo(hid_t objId, uint fields = H5O_INFO.BASIC)Gets information about an object by its identifier.
Parameters
objId | Object identifier |
fields | Fields to retrieve (default: H5O_INFO.BASIC) |
Returns
Object information structure.
Throws
HDF5Exception if getting info fails.