Show / Hide Table of Contents

Class NativeSqlExecutionUiData

Native SQL Execution Data

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

Properties

Description

Optional. Description of the execution.

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

ExecutionId

Required. Execution ID of the Native SQL Execution.

Declaration
[JsonProperty("executionId")]
public virtual long? ExecutionId { get; set; }
Property Value
Type Description
long?

FallbackDescription

Optional. Description of the fallback.

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

FallbackNodeToReason

Optional. Fallback node to reason.

Declaration
[JsonProperty("fallbackNodeToReason")]
public virtual IList<FallbackReason> FallbackNodeToReason { get; set; }
Property Value
Type Description
IList<FallbackReason>

NumFallbackNodes

Optional. Number of nodes fallen back to Spark.

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

NumNativeNodes

Optional. Number of nodes in Native.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX