compressionAlgorithm property

String? compressionAlgorithm
getter/setter pair

Specifies the compression algorithm to use.

Required. Possible string values are:

  • "COMPRESSION_ALGORITHM_UNSPECIFIED" : Unspecified algorithm.
  • "ZLIB" : ZLIB compression.

Implementation

core.String? compressionAlgorithm;