public sealed class ComponentSource : IMessage<ExecutionStageSummary.Types.ComponentSource>, IEquatable<ExecutionStageSummary.Types.ComponentSource>, IDeepCloneable<ExecutionStageSummary.Types.ComponentSource>, IBufferMessage, IMessage
Description of an interstitial value between transforms in an execution stage.
Implements
IMessage<ExecutionStageSummary.Types.ComponentSource>, IEquatable<ExecutionStageSummary.Types.ComponentSource>, IDeepCloneable<ExecutionStageSummary.Types.ComponentSource>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ComponentSource()
public ComponentSource()
ComponentSource(ExecutionStageSummary.Types.ComponentSource)
public ComponentSource(ExecutionStageSummary.Types.ComponentSource other)
Parameter | |
---|---|
Name | Description |
other | ExecutionStageSummary.Types.ComponentSource |
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 |