Enum H5G.storage_type_t
Types of link storage for groups
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum storage_type_t : int
Fields
Name | Description |
---|---|
COMPACT | Links are stored in object header [value = 1]. |
DENSE | Links are stored in fractal heap and indexed with v2 B-tree [value = 2]. |
SYMBOL_TABLE | Links in group are stored with a "symbol table" (this is sometimes called "old-style" groups) [value = 0]. |
UNKNOWN | Unknown link storage type [value = -1]. |