Enum H5D.chunk_index_t
Types of chunk index data structures
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum chunk_index_t : int
Fields
Name | Description |
---|---|
BT2 | v2 B-tree index (for >1 unlimited dims) |
BTREE | v1 B-tree index [value = 0] |
EARRAY | Extensible array (for 1 unlimited dim) |
FARRAY | Fixed array (for 0 unlimited dims) |
IDX_NTYPES | |
NONE | Implicit: No Index (H5D_ALLOC_TIME_EARLY, non-filtered, fixed dims) |
SINGLE | Single Chunk index (cur dims[]=max dims[]=chunk dims[]; filtered and non-filtered) |