Show / Hide Table of Contents

    Struct H5AC.cache_config_t

    Cache configuration struct used by H5F.[get,set]_mdc_config()

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

    Constructors

    | Improve this Doc View Source

    cache_config_t(Int32)

    Declaration
    public cache_config_t(int cache_config_version)
    Parameters
    Type Name Description
    System.Int32 cache_config_version

    Fields

    | Improve this Doc View Source

    apply_empty_reserve

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

    apply_max_decrement

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

    apply_max_increment

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

    close_trace_file

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

    decr_mode

    Declaration
    public H5C.cache_decr_mode decr_mode
    Field Value
    Type Description
    H5C.cache_decr_mode
    | Improve this Doc View Source

    decrement

    Declaration
    public double decrement
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    dirty_bytes_threshold

    Declaration
    public int dirty_bytes_threshold
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    empty_reserve

    Declaration
    public double empty_reserve
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    epoch_length

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

    epochs_before_eviction

    Declaration
    public int epochs_before_eviction
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    evictions_enabled

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

    flash_incr_mode

    Declaration
    public H5C.cache_flash_incr_mode flash_incr_mode
    Field Value
    Type Description
    H5C.cache_flash_incr_mode
    | Improve this Doc View Source

    flash_multiple

    Declaration
    public double flash_multiple
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    flash_threshold

    Declaration
    public double flash_threshold
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    incr_mode

    Declaration
    public H5C.cache_incr_mode incr_mode
    Field Value
    Type Description
    H5C.cache_incr_mode
    | Improve this Doc View Source

    increment

    Declaration
    public double increment
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    initial_size

    Declaration
    public System.IntPtr initial_size
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    lower_hr_threshold

    Declaration
    public double lower_hr_threshold
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    max_decrement

    Declaration
    public System.IntPtr max_decrement
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    max_increment

    Declaration
    public System.IntPtr max_increment
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    max_size

    Declaration
    public System.IntPtr max_size
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    metadata_write_strategy

    Declaration
    public int metadata_write_strategy
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    min_clean_fraction

    Declaration
    public double min_clean_fraction
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    min_size

    Declaration
    public System.IntPtr min_size
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    open_trace_file

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

    rpt_fcn_enabled

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

    set_initial_size

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

    trace_file_name

    Declaration
    public char *trace_file_name
    Field Value
    Type Description
    System.Char*
    | Improve this Doc View Source

    upper_hr_threshold

    Declaration
    public double upper_hr_threshold
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    version

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