public sealed class JobExecutionStageInfo : IMessage<JobExecutionStageInfo>, IEquatable<JobExecutionStageInfo>, IDeepCloneable<JobExecutionStageInfo>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class JobExecutionStageInfo.
Contains information about how a particular [google.dataflow.v1beta3.Step][google.dataflow.v1beta3.Step] will be executed.
Implements
IMessageJobExecutionStageInfo, IEquatableJobExecutionStageInfo, IDeepCloneableJobExecutionStageInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
JobExecutionStageInfo()
public JobExecutionStageInfo()JobExecutionStageInfo(JobExecutionStageInfo)
public JobExecutionStageInfo(JobExecutionStageInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
JobExecutionStageInfo |
Properties
StepName
public RepeatedField<string> StepName { get; }The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|