Show / Hide Table of Contents

Class JobExecutionInfo

Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.

Inheritance
object
JobExecutionInfo
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 JobExecutionInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Stages

A mapping from each stage to the information about that stage.

Declaration
[JsonProperty("stages")]
public virtual IDictionary<string, JobExecutionStageInfo> Stages { get; set; }
Property Value
Type Description
IDictionary<string, JobExecutionStageInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX