fileFormat property

String? fileFormat
getter/setter pair

The file format the table data is stored in.

Required. Possible string values are:

  • "FILE_FORMAT_UNSPECIFIED" : Default Value.
  • "PARQUET" : Apache Parquet format.

Implementation

core.String? fileFormat;