Reference documentation and code samples for the Google BigQuery Storage V1 Client class DataFormat.
Data format for input or output data.
Protobuf type google.cloud.bigquery.storage.v1.DataFormat
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_FORMAT_UNSPECIFIED
Value: 0Data format is unspecified.
Generated from protobuf enum DATA_FORMAT_UNSPECIFIED = 0;
AVRO
Value: 1Avro is a standard open source row based file format.
See https://avro.apache.org/ for more details.
Generated from protobuf enum AVRO = 1;
ARROW
Value: 2Arrow is a standard open source column-based message format.
See https://arrow.apache.org/ for more details.
Generated from protobuf enum ARROW = 2;