Class ExecutionStageSummary.Types.ComponentTransform (1.0.0-beta03)

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

Description of a transform executed as part of an execution stage.

Inheritance

Object > ExecutionStageSummary.Types.ComponentTransform

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ComponentTransform()

public ComponentTransform()

ComponentTransform(ExecutionStageSummary.Types.ComponentTransform)

public ComponentTransform(ExecutionStageSummary.Types.ComponentTransform other)
Parameter
NameDescription
otherExecutionStageSummary.Types.ComponentTransform

Properties

Name

public string Name { get; set; }

Dataflow service generated name for this source.

Property Value
TypeDescription
String

OriginalTransform

public string OriginalTransform { get; set; }

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

Property Value
TypeDescription
String

UserName

public string UserName { get; set; }

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

Property Value
TypeDescription
String