libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
Loading...
Searching...
No Matches
Public Attributes | List of all members
zarr::OpenOptions Struct Reference

Options for opening arrays and groups. More...

#include <metadata.hpp>

Public Attributes

bool lenient = false
 

Detailed Description

Options for opening arrays and groups.

Member Data Documentation

◆ lenient

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.


The documentation for this struct was generated from the following file: