Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CompressionFormat

import type { CompressionFormat } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
type CompressionFormat =
| "GZIP"
| "LZ4"
| "SNAPPY"
| "BZIP2"
| "DEFLATE"
| "LZO"
| "BROTLI"
| "ZSTD"
| "ZLIB"

§Type

§
"GZIP" | "LZ4" | "SNAPPY" | "BZIP2" | "DEFLATE" | "LZO" | "BROTLI" | "ZSTD" | "ZLIB" | cmnP.UnexpectedEnumValue
[src]