Show / Hide Table of Contents

Class ApplicationEnvironmentInfo

Details about the Environment that the application is running in.

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

Properties

ClasspathEntries

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

ETag

The ETag of the item.

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

HadoopProperties

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

MetricsProperties

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

ResourceProfiles

Declaration
[JsonProperty("resourceProfiles")]
public virtual IList<ResourceProfileInfo> ResourceProfiles { get; set; }
Property Value
Type Description
IList<ResourceProfileInfo>

Runtime

Declaration
[JsonProperty("runtime")]
public virtual SparkRuntimeInfo Runtime { get; set; }
Property Value
Type Description
SparkRuntimeInfo

SparkProperties

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

SystemProperties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX