Google BigQuery Storage v1 API - Enum ArrowSerializationOptions.Types.CompressionCodec (3.6.0)

Stay organized with collections Save and categorize content based on your preferences.
public enum ArrowSerializationOptions.Types.CompressionCodec

Reference documentation and code samples for the Google BigQuery Storage v1 API enum ArrowSerializationOptions.Types.CompressionCodec.

Compression codec's supported by Arrow.

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.StorageV1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Fields

NameDescription
CompressionUnspecified

If unspecified no compression will be used.

Lz4Frame

LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md)

Zstd

Zstandard compression.