Class ProcessSummary
Inheritance
ProcessSummary
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ProcessSummary : IDirectResponseSchema
Properties
AddTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AddTimeDateTimeOffset instead.")]
public virtual object AddTime { get; set; }
Property Value
AddTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? AddTimeDateTimeOffset { get; set; }
Property Value
AddTimeRaw
Declaration
[JsonProperty("addTime")]
public virtual string AddTimeRaw { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HostPort
Declaration
[JsonProperty("hostPort")]
public virtual string HostPort { get; set; }
Property Value
IsActive
Declaration
[JsonProperty("isActive")]
public virtual bool? IsActive { get; set; }
Property Value
ProcessId
Declaration
[JsonProperty("processId")]
public virtual string ProcessId { get; set; }
Property Value
ProcessLogs
Declaration
[JsonProperty("processLogs")]
public virtual IDictionary<string, string> ProcessLogs { get; set; }
Property Value
RemoveTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RemoveTimeDateTimeOffset instead.")]
public virtual object RemoveTime { get; set; }
Property Value
RemoveTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RemoveTimeDateTimeOffset { get; set; }
Property Value
RemoveTimeRaw
Declaration
[JsonProperty("removeTime")]
public virtual string RemoveTimeRaw { get; set; }
Property Value
TotalCores
Declaration
[JsonProperty("totalCores")]
public virtual int? TotalCores { get; set; }
Property Value
Implements