Dataflow v1beta3 API - Class JobExecutionStageInfo (2.0.0-beta07)

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

Reference 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.

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
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