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

#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.
 

Detailed Description

One entry of a batched read (Store::read_many): a key and the byte range to fetch from it (the whole value by default).


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