Class JobExecutionStageInfo (1.0.0-beta03)

public sealed class JobExecutionStageInfo : IMessage<JobExecutionStageInfo>, IEquatable<JobExecutionStageInfo>, IDeepCloneable<JobExecutionStageInfo>, IBufferMessage, IMessage

Contains information about how a particular [google.dataflow.v1beta3.Step][google.dataflow.v1beta3.Step] will be executed.

Inheritance

Object > JobExecutionStageInfo

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

JobExecutionStageInfo()

public JobExecutionStageInfo()

JobExecutionStageInfo(JobExecutionStageInfo)

public JobExecutionStageInfo(JobExecutionStageInfo other)
Parameter
NameDescription
otherJobExecutionStageInfo

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
TypeDescription
RepeatedField<String>