columnSelectionType property

String? columnSelectionType
getter/setter pair

The type to select columns for the data source table.

Defaults to SELECTED. Possible string values are:

  • "DATA_SOURCE_TABLE_COLUMN_SELECTION_TYPE_UNSPECIFIED" : The default column selection type, do not use.
  • "SELECTED" : Select columns specified by columns field.
  • "SYNC_ALL" : Sync all current and future columns in the data source. If set, the data source table fetches all the columns in the data source at the time of refresh.

Implementation

core.String? columnSelectionType;