Class SparkConnectSessionInfo
Represents session-level information for Spark Connect
Implements
Inherited Members
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 |