google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.DynamicSourceSplit View Source
When a task splits using WorkItemStatus.dynamic_source_split, this message describes the two parts of the split relative to the description of the current task's input.
Attributes
- primary (DerivedSource): Primary part (continued to be processed by worker). Specified relative to the previously-current source. Becomes current. Defaults to:
null
. - residual (DerivedSource): Residual part (returned to the pool of work). Specified relative to the previously-current source. Defaults to:
null
.