sourceFormat property

String? sourceFormat
getter/setter pair

The format of the data files.

For CSV files, specify "CSV". For datastore backups, specify "DATASTORE_BACKUP". For newline-delimited JSON, specify "NEWLINE_DELIMITED_JSON". For Avro, specify "AVRO". For parquet, specify "PARQUET". For orc, specify "ORC". The default value is CSV.

Optional.

Implementation

core.String? sourceFormat;