|
libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
|
#include <store.hpp>
Public Attributes | |
| std::string_view | key |
| Key to read; must outlive the read_many call (as with any Store key). | |
| ByteRange | range = ByteRange::full() |
| Range within the value. | |
One entry of a batched read (Store::read_many): a key and the byte range to fetch from it (the whole value by default).