Show / Hide Table of Contents

    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 Source

    max_corder

    Current max. creation order value for group

    Declaration
    public long max_corder
    Field Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    mounted

    Whether group has a file mounted on it

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

    nlinks

    Number of links in group

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

    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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX