Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.14 KB

File metadata and controls

31 lines (19 loc) · 1.14 KB

DestinationGcsOutputFormat

Output data format. One of the following formats must be selected - AVRO format, PARQUET format, CSV format, or JSONL format.

Supported Types

models.DestinationGcsAvroApacheAvro

value: models.DestinationGcsAvroApacheAvro = /* values here */

models.DestinationGcsCSVCommaSeparatedValues

value: models.DestinationGcsCSVCommaSeparatedValues = /* values here */

models.DestinationGcsJSONLinesNewlineDelimitedJSON

value: models.DestinationGcsJSONLinesNewlineDelimitedJSON = /* values here */

models.DestinationGcsParquetColumnarStorage

value: models.DestinationGcsParquetColumnarStorage = /* values here */