Struct star::OpenOptions¶
ClassList > star > OpenOptions
Read-time options for StarDataset::open() .More...
#include <stards.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | layer_inheritance = false |
| size_t | prefetch_whole_below_bytes = 8u \* 1024u \* 1024u |
Detailed Description¶
Distinct from StarConfig, which configures how a NEW dataset is written by create() (compression, block sizes). OpenOptions only affects how an existing dataset is read; nothing here is persisted to the .stards file, so it is a per-open setting (and can also be changed after open — see StarDataset::set_layer_inheritance / set_open_options).
Public Attributes Documentation¶
variable layer_inheritance¶
variable prefetch_whole_below_bytes¶
The documentation for this class was generated from the following file StarDS/include/stards.h