fileFormat property

String? fileFormat
getter/setter pair

The file format.

Required. Possible string values are:

  • "FILE_FORMAT_UNSPECIFIED" : Default value.
  • "PARQUET" : Parquet file format.

Implementation

core.String? fileFormat;