Show / Hide Table of Contents

Class JobExecutionStageInfo

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

Inheritance
object
JobExecutionStageInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class JobExecutionStageInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StepName

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.

Declaration
[JsonProperty("stepName")]
public virtual IList<string> StepName { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX