compressionType property

CompressionTypeValue? compressionType
final

An optional parameter to use GZIP to compress the target files. Set to GZIP to compress the target files. Either set this parameter to NONE (the default) or don't use it to leave the files uncompressed. This parameter applies to both .csv and .parquet file formats.

Implementation

final CompressionTypeValue? compressionType;