compression property

String? compression
getter/setter pair

The compression type to use for exported files.

Possible values include GZIP, DEFLATE, SNAPPY, and NONE. The default value is NONE. DEFLATE and SNAPPY are only supported for Avro. Not applicable when extracting models.

Optional.

Implementation

core.String? compression;