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

#include <metadata.hpp>

Public Attributes

std::string name
 Codec name ("transpose", "bytes", "gzip", "zlib", ...).
 
json configuration = json::object()
 Codec-specific configuration.
 

Detailed Description

One codec in a chain, in v3 nomenclature: a name plus a JSON configuration. v2 metadata is lowered into this form on read (compressor -> one bytes->bytes codec; order:"F" -> a transpose codec; dtype byte order -> the "bytes" codec's endian).


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