Show / Hide Table of Contents

Class SparkConnectExecutionInfo

Represents the lifecycle and details of an Execution via Spark Connect

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

Properties

CloseTimestamp

Timestamp when the execution was closed.

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

Detail

Detailed information about the execution.

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

FinishTimestamp

Timestamp when the execution finished.

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

JobIds

Optional. List of job ids associated with the execution.

Declaration
[JsonProperty("jobIds")]
public virtual IList<string> JobIds { get; set; }
Property Value
Type Description
IList<string>

JobTag

Required. Job tag of the execution.

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

OperationId

Unique identifier for the operation.

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

SessionId

Required. Session ID, ties the execution to a specific Spark Connect session.

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

SparkSessionTags

Optional. Tags associated with the Spark session.

Declaration
[JsonProperty("sparkSessionTags")]
public virtual IList<string> SparkSessionTags { get; set; }
Property Value
Type Description
IList<string>

SqlExecIds

Optional. List of sql execution ids associated with the execution.

Declaration
[JsonProperty("sqlExecIds")]
public virtual IList<string> SqlExecIds { get; set; }
Property Value
Type Description
IList<string>

StartTimestamp

Timestamp when the execution started.

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

State

Output only. Current state of the execution.

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

Statement

statement of the execution.

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

UserId

User ID of the user who started the execution.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX