Class DynamicSourceSplit
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.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class DynamicSourceSplit : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Primary
Primary part (continued to be processed by worker). Specified relative to the previously-current source. Becomes current.
Declaration
[JsonProperty("primary")]
public virtual DerivedSource Primary { get; set; }
Property Value
Type | Description |
---|---|
DerivedSource |
Residual
Residual part (returned to the pool of work). Specified relative to the previously-current source.
Declaration
[JsonProperty("residual")]
public virtual DerivedSource Residual { get; set; }
Property Value
Type | Description |
---|---|
DerivedSource |