format property

String? format
getter/setter pair

File format which will be ingested.

Required. Possible string values are:

  • "FORMAT_UNSPECIFIED" : Unspecified format.
  • "CSV" : CSV format.
  • "JSON" : JSON format.

Implementation

core.String? format;