TableInputFormatOptionsArgs

data class TableInputFormatOptionsArgs(val csv: Output<TableCsvArgs>? = null) : ConvertibleToJava<TableInputFormatOptionsArgs>

The format options for the data that was imported into the target table. There is one value, CsvOption.

Constructors

Link copied to clipboard
constructor(csv: Output<TableCsvArgs>? = null)

Properties

Link copied to clipboard
val csv: Output<TableCsvArgs>? = null

The options for imported source files in CSV format. The values are Delimiter and HeaderList.

Functions

Link copied to clipboard
open override fun toJava(): TableInputFormatOptionsArgs