TableExternalDataConfigurationGoogleSheetsOptionsArgs

data class TableExternalDataConfigurationGoogleSheetsOptionsArgs(val range: Output<String>? = null, val skipLeadingRows: Output<Int>? = null) : ConvertibleToJava<TableExternalDataConfigurationGoogleSheetsOptionsArgs>

Constructors

constructor(range: Output<String>? = null, skipLeadingRows: Output<Int>? = null)

Properties

Link copied to clipboard
val range: Output<String>? = null

Range of a sheet to query from. Only used when non-empty. At least one of range or skip_leading_rows must be set. Typical format: "sheet_name!top_left_cell_id:bottom_right_cell_id" For example: "sheet1!A1:B20"

Link copied to clipboard
val skipLeadingRows: Output<Int>? = null

The number of rows at the top of the sheet that BigQuery will skip when reading the data. At least one of range or skip_leading_rows must be set.

Functions

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