Show / Hide Table of Contents

Class StagesSummary

Data related to Stages page summary

Inheritance
object
StagesSummary
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.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StagesSummary : IDirectResponseSchema

Properties

ApplicationId

Declaration
[JsonProperty("applicationId")]
public virtual string ApplicationId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

NumActiveStages

Declaration
[JsonProperty("numActiveStages")]
public virtual int? NumActiveStages { get; set; }
Property Value
Type Description
int?

NumCompletedStages

Declaration
[JsonProperty("numCompletedStages")]
public virtual int? NumCompletedStages { get; set; }
Property Value
Type Description
int?

NumFailedStages

Declaration
[JsonProperty("numFailedStages")]
public virtual int? NumFailedStages { get; set; }
Property Value
Type Description
int?

NumPendingStages

Declaration
[JsonProperty("numPendingStages")]
public virtual int? NumPendingStages { get; set; }
Property Value
Type Description
int?

NumSkippedStages

Declaration
[JsonProperty("numSkippedStages")]
public virtual int? NumSkippedStages { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX