dataSource property
- @TagNumber(6)
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);
- @TagNumber(6)
Implementation
@$pb.TagNumber(6)
set dataSource(TabularDataSource v) { setField(6, v); }