Show / Hide Table of Contents

Class SparkConnectSessionInfo

Represents session-level information for Spark Connect

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

Properties

ETag

The ETag of the item.

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

FinishTimestamp

Timestamp when the session finished.

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

SessionId

Required. Session ID of the session.

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

StartTimestamp

Timestamp when the session started.

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

TotalExecution

Optional. Total number of executions in the session.

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

UserId

User ID of the user who started the session.

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