Show / Hide Table of Contents

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.

Inheritance
object
DynamicSourceSplit
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX