Struct H5O.info_t
Information struct for object (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public struct info_t
Fields
| Improve this Doc View Sourceaddr
Object address in file
Declaration
public System.UInt64 addr
Field Value
Type | Description |
---|---|
System.UInt64 |
atime
Access time
Declaration
public System.UInt64 atime
Field Value
Type | Description |
---|---|
System.UInt64 |
btime
Birth time
Declaration
public System.UInt64 btime
Field Value
Type | Description |
---|---|
System.UInt64 |
ctime
Change time
Declaration
public System.UInt64 ctime
Field Value
Type | Description |
---|---|
System.UInt64 |
fileno
File number that object is located in
Declaration
public uint fileno
Field Value
Type | Description |
---|---|
System.UInt32 |
hdr
Object header information
Declaration
public H5O.hdr_info_t hdr
Field Value
Type | Description |
---|---|
H5O.hdr_info_t |
meta_size
Extra metadata storage for object and attributes
Declaration
public H5O.meta_size_t meta_size
Field Value
Type | Description |
---|---|
H5O.meta_size_t |
mtime
Modification time
Declaration
public System.UInt64 mtime
Field Value
Type | Description |
---|---|
System.UInt64 |
num_attrs
of attributes attached to object
Declaration
public System.UInt64 num_attrs
Field Value
Type | Description |
---|---|
System.UInt64 |
rc
Reference count of object
Declaration
public uint rc
Field Value
Type | Description |
---|---|
System.UInt32 |
type
Basic object type (group, dataset, etc.)
Declaration
public H5O.type_t type
Field Value
Type | Description |
---|---|
H5O.type_t |