Struct H5G.info_t
Information struct for group (for H5Gget_info/H5Gget_info_by_name/H5Gget_info_by_idx)
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public struct info_t
Fields
| Improve this Doc View Sourcemax_corder
Current max. creation order value for group
Declaration
public long max_corder
Field Value
Type | Description |
---|---|
System.Int64 |
mounted
Whether group has a file mounted on it
Declaration
public System.UInt32 mounted
Field Value
Type | Description |
---|---|
System.UInt32 |
nlinks
Number of links in group
Declaration
public System.UInt64 nlinks
Field Value
Type | Description |
---|---|
System.UInt64 |
storage_type
Type of storage for links in group
Declaration
public H5G.storage_type_t storage_type
Field Value
Type | Description |
---|---|
H5G.storage_type_t |