Module: Google::Cloud::Dataplex::V1::StorageFormat::CompressionFormat
- Defined in:
- proto_docs/google/cloud/dataplex/v1/metadata.rb
Overview
The specific compressed file format of the data.
Constant Summary collapse
- COMPRESSION_FORMAT_UNSPECIFIED =
CompressionFormat unspecified. Implies uncompressed data.
0
- GZIP =
GZip compressed set of files.
2
- BZIP2 =
BZip2 compressed set of files.
3