sources property

List<Source>? sources
getter/setter pair

The source(s) to read element(s) from to get the value of this side input.

If more than one source, then the elements are taken from the sources, in the specified order if order matters. At least one source is required.

Implementation

core.List<Source>? sources;