Google Cloud Dataplex V1 Client - Class CompressionFormat (0.16.0)

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 \ StorageFormat

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPRESSION_FORMAT_UNSPECIFIED

Value: 0

CompressionFormat unspecified. Implies uncompressed data.

Generated from protobuf enum COMPRESSION_FORMAT_UNSPECIFIED = 0;

GZIP

Value: 2

GZip compressed set of files.

Generated from protobuf enum GZIP = 2;

BZIP2

Value: 3

BZip2 compressed set of files.

Generated from protobuf enum BZIP2 = 3;