Struct ZarrCompressionSettings¶
ClassList > ZarrCompressionSettings
Compression settings for a Zarr array. @detail The compressor is not the same as the codec. A codec is a specific implementation of a compression algorithm, while a compressor is a library that implements one or more codecs.
#include <zarr.types.h>
Public Attributes¶
Type | Name |
---|---|
ZarrCompressionCodec | codec |
ZarrCompressor | compressor |
uint8_t | level |
uint8_t | shuffle |
Public Attributes Documentation¶
variable codec¶
Codec to use
variable compressor¶
Compressor to use
variable level¶
Compression level
variable shuffle¶
Whether to shuffle the data before compressing
The documentation for this class was generated from the following file /home/runner/work/acquire-docs/acquire-docs/acquire-zarr/include/zarr.types.h