|
libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
|
Options for opening arrays and groups. More...
#include <metadata.hpp>
Public Attributes | |
| bool | lenient = false |
Options for opening arrays and groups.
| bool zarr::OpenOptions::lenient = false |
v3 core requires rejecting unrecognized metadata members and null fill values; lenient mode (opt-in) ignores/defaults them instead. No effect on v2, which is read tolerantly by design.