Google Cloud Dataplex V1 Client - Class CompressionFormat (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CompressionFormat.
The specific compressed file format of the data.
Protobuf type google.cloud.dataplex.v1.StorageFormat.CompressionFormat
Namespace
Google \ Cloud \ Dataplex \ V1 \ StorageFormatMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPRESSION_FORMAT_UNSPECIFIED
Value: 0CompressionFormat unspecified. Implies uncompressed data.
Generated from protobuf enum COMPRESSION_FORMAT_UNSPECIFIED = 0;
GZIP
Value: 2GZip compressed set of files.
Generated from protobuf enum GZIP = 2;
BZIP2
Value: 3BZip2 compressed set of files.
Generated from protobuf enum BZIP2 = 3;