google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.ConcatPosition View Source
A position that encapsulates an inner position and an index for the inner position. A ConcatPosition can be used by a reader of a source that encapsulates a set of other sources.
Attributes
- index (Integer): Index of the inner source. Defaults to:
null
. - position (Position): Position within the inner source. Defaults to:
null
.