Google Cloud Datastream V1 Client - Class JsonCompression (2.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0Unspecified json file compression.
Generated from protobuf enum JSON_COMPRESSION_UNSPECIFIED = 0;
NO_COMPRESSION
Value: 1Do not compress JSON file.
Generated from protobuf enum NO_COMPRESSION = 1;
GZIP
Value: 2Gzip compression.
Generated from protobuf enum GZIP = 2;