Skip to content

Choosing File Compression

Selfeer edited this page Nov 12, 2024 · 1 revision

Compression

Full example here

  "options": {
    "compression": "snappy",
}

The value for compression can be anything from: UNCOMPRESSED, SNAPPY, GZIP, LZO, BROTLI, LZ4, ZSTD.

Clone this wiki locally