gcsFileFormat property
File format that data should be written in.
Deprecated field (b/169501737) - use file_format instead. Possible string values are:
- "GCS_FILE_FORMAT_UNSPECIFIED" : Unspecified Cloud Storage file format.
- "AVRO" : Avro file format
Implementation
core.String? gcsFileFormat;