Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
h5g_info_t Type Reference

Data Fields

integer(c_int) storage_type
 Type of storage for links in group:
 
integer(hsize_tnlinks
 Number of links in group.
 
integer(c_int64_t) max_corder
 Current maximum creation order value for group.
 
logical(c_bool) mounted
 Whether group has a file mounted on it.
 

Field Documentation

◆ max_corder

integer(c_int64_t) max_corder

Current maximum creation order value for group.

◆ mounted

logical(c_bool) mounted

Whether group has a file mounted on it.

◆ nlinks

integer(hsize_t) nlinks

Number of links in group.

◆ storage_type

integer(c_int ) storage_type

Type of storage for links in group:

  • H5G_STORAGE_TYPE_COMPACT_F: Compact storage
  • H5G_STORAGE_TYPE_DENSE_F: Indexed storage
  • H5G_STORAGE_TYPE_SYMBOL_TABLE_F: Symbol tables, the original HDF5 structure

The documentation for this type was generated from the following file: