ark::compression::CompressionSettings

Defined in header “ark/compression/compression_type.hh”.


A structure containing information necessary to compress a blob.

Variables

  • CompressionType type= CompressionType::None
    The type of compression to apply.

  • int32_t level= 1
    The level to apply.