Dataflow v1beta3 API - Class ExecutionStageSummary.Types.ComponentSource (2.0.0-beta07)

public sealed class ExecutionStageSummary.Types.ComponentSource : IMessage<ExecutionStageSummary.Types.ComponentSource>, IEquatable<ExecutionStageSummary.Types.ComponentSource>, IDeepCloneable<ExecutionStageSummary.Types.ComponentSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class ExecutionStageSummary.Types.ComponentSource.

Description of an interstitial value between transforms in an execution stage.

Inheritance

object > ExecutionStageSummary.Types.ComponentSource

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ComponentSource()

public ComponentSource()

ComponentSource(ComponentSource)

public ComponentSource(ExecutionStageSummary.Types.ComponentSource other)
Parameter
Name Description
other ExecutionStageSummaryTypesComponentSource

Properties

Name

public string Name { get; set; }

Dataflow service generated name for this source.

Property Value
Type Description
string

OriginalTransformOrCollection

public string OriginalTransformOrCollection { get; set; }

User name for the original user transform or collection with which this source is most closely associated.

Property Value
Type Description
string

UserName

public string UserName { get; set; }

Human-readable name for this transform; may be user or system generated.

Property Value
Type Description
string