compressionType property

String? compressionType
getter/setter pair

The compression type for the entries in this set. Possible string values are:

  • "COMPRESSION_TYPE_UNSPECIFIED" : Unknown.
  • "RAW" : Raw, uncompressed data.
  • "RICE" : Rice-Golomb encoded data.

Implementation

core.String? compressionType;