Show / Hide Table of Contents

Class TaskData

Data corresponding to tasks created by spark.

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

Properties

AccumulatorUpdates

Declaration
[JsonProperty("accumulatorUpdates")]
public virtual IList<AccumulableInfo> AccumulatorUpdates { get; set; }
Property Value
Type Description
IList<AccumulableInfo>

Attempt

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

DurationMillis

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

ETag

The ETag of the item.

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

ErrorMessage

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

ExecutorId

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

ExecutorLogs

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

GettingResultTimeMillis

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

HasMetrics

Declaration
[JsonProperty("hasMetrics")]
public virtual bool? HasMetrics { get; set; }
Property Value
Type Description
bool?

Host

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

Index

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

LaunchTime

object representation of LaunchTimeRaw.

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

LaunchTimeDateTimeOffset

DateTimeOffset representation of LaunchTimeRaw.

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

LaunchTimeRaw

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

PartitionId

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

ResultFetchStart

object representation of ResultFetchStartRaw.

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

ResultFetchStartDateTimeOffset

DateTimeOffset representation of ResultFetchStartRaw.

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

ResultFetchStartRaw

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

SchedulerDelayMillis

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

Speculative

Declaration
[JsonProperty("speculative")]
public virtual bool? Speculative { get; set; }
Property Value
Type Description
bool?

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?

Status

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

TaskId

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

TaskLocality

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

TaskMetrics

Declaration
[JsonProperty("taskMetrics")]
public virtual TaskMetrics TaskMetrics { get; set; }
Property Value
Type Description
TaskMetrics

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX