Reference documentation and code samples for the BigQuery Data Transfer V1 Client class Format.
Data format.
Protobuf type google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format
Namespace
Google \ Cloud \ BigQuery \ DataTransfer \ V1 \ ImportedDataInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FORMAT_UNSPECIFIED
Value: 0
Unspecified format. In this case, we have to infer the format from the data source.
Generated from protobuf enum FORMAT_UNSPECIFIED = 0;
CSV
Value: 1
CSV format.
Generated from protobuf enum CSV = 1;
JSON
Value: 2
Newline-delimited JSON.
Generated from protobuf enum JSON = 2;
AVRO
Value: 3
Avro format. See http://avro.apache.org .
Generated from protobuf enum AVRO = 3;
RECORDIO
Value: 4
RecordIO.
Generated from protobuf enum RECORDIO = 4;
COLUMNIO
Value: 5
ColumnIO.
Generated from protobuf enum COLUMNIO = 5;
CAPACITOR
Value: 6
Capacitor.
Generated from protobuf enum CAPACITOR = 6;
PARQUET
Value: 7
Parquet format. See https://parquet.apache.org .
Generated from protobuf enum PARQUET = 7;
ORC
Value: 8
ORC format. See https://orc.apache.org .
Generated from protobuf enum ORC = 8;