HDF5
1.15.0.0464404
API Reference
|
#include <src/H5Opublic.h>
Information struct for object (For H5Oget_info(), H5Oget_info_by_name(), H5Oget_info_by_idx() versions 1 & 2.)
Data Fields | |
unsigned long | fileno |
haddr_t | addr |
H5O_type_t | type |
unsigned | rc |
time_t | atime |
time_t | mtime |
time_t | ctime |
time_t | btime |
hsize_t | num_attrs |
H5O_hdr_info_t | hdr |
struct { | |
H5_ih_info_t obj | |
H5_ih_info_t attr | |
} | meta_size |
haddr_t addr |
Object address in file
time_t atime |
Access time
H5_ih_info_t attr |
v2 B-tree & heap for attributes
time_t btime |
Birth time
time_t ctime |
Change time
unsigned long fileno |
File number that object is located in
H5O_hdr_info_t hdr |
Object header information
struct { ... } meta_size |
time_t mtime |
Modification time
hsize_t num_attrs |
Number of attributes attached to object
H5_ih_info_t obj |
v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets
unsigned rc |
Reference count of object
H5O_type_t type |
Basic object type (group, dataset, etc.)