Show / Hide Table of Contents

    Struct H5O.hdr_info_t.space_t

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public struct space_t

    Fields

    | Improve this Doc View Source

    free

    Free space within object header

    Declaration
    public System.UInt64 free
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    mesg

    Space within header for actual message information

    Declaration
    public System.UInt64 mesg
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    meta

    Space within header for object header metadata information

    Declaration
    public System.UInt64 meta
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    total

    Total space for storing object header in file

    Declaration
    public System.UInt64 total
    Field Value
    Type Description
    System.UInt64
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX