Class ApplicationAttemptInfo
Specific attempt of an application.
Inheritance
ApplicationAttemptInfo
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ApplicationAttemptInfo : IDirectResponseSchema
Properties
AppSparkVersion
Declaration
[JsonProperty("appSparkVersion")]
public virtual string AppSparkVersion { get; set; }
Property Value
AttemptId
Declaration
[JsonProperty("attemptId")]
public virtual string AttemptId { get; set; }
Property Value
Completed
Declaration
[JsonProperty("completed")]
public virtual bool? Completed { get; set; }
Property Value
DurationMillis
Declaration
[JsonProperty("durationMillis")]
public virtual long? DurationMillis { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
EndTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
EndTimeRaw
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
LastUpdated
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdatedDateTimeOffset instead.")]
public virtual object LastUpdated { get; set; }
Property Value
LastUpdatedDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdatedDateTimeOffset { get; set; }
Property Value
LastUpdatedRaw
Declaration
[JsonProperty("lastUpdated")]
public virtual string LastUpdatedRaw { get; set; }
Property Value
SparkUser
Declaration
[JsonProperty("sparkUser")]
public virtual string SparkUser { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Implements