Show / Hide Table of Contents

Class ProcessSummary

Process Summary

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

Properties

AddTime

object representation of AddTimeRaw.

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

AddTimeDateTimeOffset

DateTimeOffset representation of AddTimeRaw.

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

AddTimeRaw

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

HostPort

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

IsActive

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

ProcessId

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

ProcessLogs

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

RemoveTime

object representation of RemoveTimeRaw.

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

RemoveTimeDateTimeOffset

DateTimeOffset representation of RemoveTimeRaw.

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

RemoveTimeRaw

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

TotalCores

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX