Show / Hide Table of Contents

Class JobData

Data corresponding to a spark job.

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

Properties

CompletionTime

object representation of CompletionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompletionTimeDateTimeOffset instead.")]
public virtual object CompletionTime { get; set; }
Property Value
Type Description
object

CompletionTimeDateTimeOffset

DateTimeOffset representation of CompletionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompletionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CompletionTimeRaw

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

Description

Declaration
[JsonProperty("description")]
public virtual string Description { 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

JobGroup

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

JobId

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

KillTasksSummary

Declaration
[JsonProperty("killTasksSummary")]
public virtual IDictionary<string, int?> KillTasksSummary { get; set; }
Property Value
Type Description
IDictionary<string, int?>

Name

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

NumActiveStages

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

NumActiveTasks

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

NumCompletedIndices

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

NumCompletedStages

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

NumCompletedTasks

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

NumFailedStages

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

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?

NumSkippedStages

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

NumSkippedTasks

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

NumTasks

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

SkippedStages

Declaration
[JsonProperty("skippedStages")]
public virtual IList<int?> SkippedStages { get; set; }
Property Value
Type Description
IList<int?>

SqlExecutionId

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

StageIds

Declaration
[JsonProperty("stageIds")]
public virtual IList<long?> StageIds { get; set; }
Property Value
Type Description
IList<long?>

Status

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

SubmissionTime

object representation of SubmissionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmissionTimeDateTimeOffset instead.")]
public virtual object SubmissionTime { get; set; }
Property Value
Type Description
object

SubmissionTimeDateTimeOffset

DateTimeOffset representation of SubmissionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmissionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SubmissionTimeRaw

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX