Show / Hide Table of Contents

    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 Source

    addr

    Object address in file

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

    atime

    Access time

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

    btime

    Birth time

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

    ctime

    Change time

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

    fileno

    File number that object is located in

    Declaration
    public uint fileno
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    hdr

    Object header information

    Declaration
    public H5O.hdr_info_t hdr
    Field Value
    Type Description
    H5O.hdr_info_t
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    mtime

    Modification time

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

    num_attrs

    of attributes attached to object

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

    rc

    Reference count of object

    Declaration
    public uint rc
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    type

    Basic object type (group, dataset, etc.)

    Declaration
    public H5O.type_t type
    Field Value
    Type Description
    H5O.type_t
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX