Show / Hide Table of Contents

Class ApplicationInfo

High level information corresponding to an application.

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

Properties

ApplicationContextIngestionStatus

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

ApplicationId

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

Attempts

Declaration
[JsonProperty("attempts")]
public virtual IList<ApplicationAttemptInfo> Attempts { get; set; }
Property Value
Type Description
IList<ApplicationAttemptInfo>

CoresGranted

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

CoresPerExecutor

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

ETag

The ETag of the item.

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

MaxCores

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

MemoryPerExecutorMb

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

Name

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

QuantileDataStatus

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX