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

Result of parsing a v3 group zarr.json. More...

#include <v3.hpp>

Public Attributes

json attributes = json::object()
 User attributes.
 
std::optional< jsonconsolidated
 

Detailed Description

Result of parsing a v3 group zarr.json.

Member Data Documentation

◆ consolidated

std::optional<json> zarr::v3::GroupMeta::consolidated

Inline consolidated metadata (node path -> zarr.json document), per the zarr-python convention (zarr-specs #309 — a convention, not yet an accepted spec); std::nullopt when absent.


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