Show / Hide Table of Contents

Class StageAttemptTasksSummary

Data related to tasks summary for a Spark Stage Attempt

Inheritance
object
StageAttemptTasksSummary
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 StageAttemptTasksSummary : 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

NumFailedTasks

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

NumKilledTasks

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

NumPendingTasks

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

NumRunningTasks

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

NumSuccessTasks

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

NumTasks

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

StageAttemptId

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

StageId

Declaration
[JsonProperty("stageId")]
public virtual long? StageId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX