SideInputInfo class
Information about a side input of a DoFn or an input of a SeqDoFn.
Constructors
-
SideInputInfo({Map<
String, Object?> ? kind, List<Source> ? sources, String? tag}) - SideInputInfo.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kind
↔ Map<
String, Object?> ? -
How to interpret the source element(s) as a side input value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sources
↔ List<
Source> ? -
The source(s) to read element(s) from to get the value of this side input.
getter/setter pair
- tag ↔ String?
-
The id of the tag the user code will access this side input by; this
should correspond to the tag of some MultiOutputInfo.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited