dataSource property

  1. @TagNumber(6)
TabularDataSource get dataSource

data_source is an optional field that can be used to specify the data source for the query. If not specified, the query will run on "standard" storage.

Implementation

@$pb.TagNumber(6)
TabularDataSource get dataSource => $_getN(3);
  1. @TagNumber(6)
set dataSource (TabularDataSource v)

Implementation

@$pb.TagNumber(6)
set dataSource(TabularDataSource v) { setField(6, v); }