google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.SideInputInfo View Source

Information about a side input of a DoFn or an input of a SeqDoFn.

Attributes

  • kind (Object): How to interpret the source element(s) as a side input value. Defaults to: null.
  • sources (List[Source]): 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. Defaults to: null.
  • 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. Defaults to: null.