Reference documentation and code samples for the Google Cloud Datastream V1 Client class JsonCompression.
Json file compression.
Protobuf type google.cloud.datastream.v1.JsonFileFormat.JsonCompression
Namespace
Google \ Cloud \ Datastream \ V1 \ JsonFileFormatMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
JSON_COMPRESSION_UNSPECIFIED
Value: 0
Unspecified json file compression.
Generated from protobuf enum JSON_COMPRESSION_UNSPECIFIED = 0;
NO_COMPRESSION
Value: 1
Do not compress JSON file.
Generated from protobuf enum NO_COMPRESSION = 1;
GZIP
Value: 2
Gzip compression.
Generated from protobuf enum GZIP = 2;