public sealed class ExecutionStageSummary.Types.ComponentTransform : IMessage<ExecutionStageSummary.Types.ComponentTransform>, IEquatable<ExecutionStageSummary.Types.ComponentTransform>, IDeepCloneable<ExecutionStageSummary.Types.ComponentTransform>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class ExecutionStageSummary.Types.ComponentTransform.
Description of a transform executed as part of an execution stage.
Implements
IMessageExecutionStageSummaryTypesComponentTransform, IEquatableExecutionStageSummaryTypesComponentTransform, IDeepCloneableExecutionStageSummaryTypesComponentTransform, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
|