Show / Hide Table of Contents

Class JobsSummary

Data related to Jobs page summary

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

Properties

ActiveJobs

Number of active jobs

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

ApplicationId

Spark Application Id

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

Attempts

Attempts info

Declaration
[JsonProperty("attempts")]
public virtual IList<ApplicationAttemptInfo> Attempts { get; set; }
Property Value
Type Description
IList<ApplicationAttemptInfo>

CompletedJobs

Number of completed jobs

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

ETag

The ETag of the item.

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

FailedJobs

Number of failed jobs

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

SchedulingMode

Spark Scheduling mode

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX