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

Immediate children of a prefix, as returned by Store::list_dir. More...

#include <store.hpp>

Public Attributes

std::vector< std::string > keys
 Child keys, relative to the queried prefix, sorted.
 
std::vector< std::string > prefixes
 Child prefixes ("directories"), relative, without trailing '/', sorted.
 

Detailed Description

Immediate children of a prefix, as returned by Store::list_dir.


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