compression property

String? compression
getter/setter pair

The compression type to use for exported files.

Possible values include DEFLATE, GZIP, NONE, SNAPPY, and ZSTD. The default value is NONE. Not all compression formats are support for all file formats. DEFLATE is only supported for Avro. ZSTD is only supported for Parquet. Not applicable when extracting models.

Optional.

Implementation

core.String? compression;