sources property

List<ExfilResource>? sources
getter/setter pair

If there are multiple sources, then the data is considered "joined" between them.

For instance, BigQuery can join multiple tables, and each table would be considered a source.

Implementation

core.List<ExfilResource>? sources;