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

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

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

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(ComponentTransform)

public ComponentTransform(ExecutionStageSummary.Types.ComponentTransform other)
Parameter
Name Description
other ExecutionStageSummaryTypesComponentTransform

Properties

Name

public string Name { get; set; }

Dataflow service generated name for this source.

Property Value
Type Description
string

OriginalTransform

public string OriginalTransform { get; set; }

User name for the original user transform with which this transform 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