Struct H5O.hdr_info_t.space_t
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public struct space_t
Fields
| Improve this Doc View Sourcefree
Free space within object header
Declaration
public System.UInt64 free
Field Value
Type | Description |
---|---|
System.UInt64 |
mesg
Space within header for actual message information
Declaration
public System.UInt64 mesg
Field Value
Type | Description |
---|---|
System.UInt64 |
meta
Space within header for object header metadata information
Declaration
public System.UInt64 meta
Field Value
Type | Description |
---|---|
System.UInt64 |
total
Total space for storing object header in file
Declaration
public System.UInt64 total
Field Value
Type | Description |
---|---|
System.UInt64 |