AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetSession operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Athena.Model.GetSessionResponse

Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z

Syntax

C#
public class GetSessionResponse : AmazonWebServiceResponse

The GetSessionResponse type exposes the following members

Constructors

NameDescription
Public Method GetSessionResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Description System.String

Gets and sets the property Description.

The session description.

Public Property EngineConfiguration Amazon.Athena.Model.EngineConfiguration

Gets and sets the property EngineConfiguration.

Contains engine configuration information like DPU usage.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The engine version used by the session (for example, PySpark engine version 3). You can get a list of engine versions by calling ListEngineVersions.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property NotebookVersion System.String

Gets and sets the property NotebookVersion.

The notebook version.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SessionConfiguration Amazon.Athena.Model.SessionConfiguration

Gets and sets the property SessionConfiguration.

Contains the workgroup configuration information used by the session.

Public Property SessionId System.String

Gets and sets the property SessionId.

The session ID.

Public Property Statistics Amazon.Athena.Model.SessionStatistics

Gets and sets the property Statistics.

Contains the DPU execution time.

Public Property Status Amazon.Athena.Model.SessionStatus

Gets and sets the property Status.

Contains information about the status of the session.

Public Property WorkGroup System.String

Gets and sets the property WorkGroup.

The workgroup to which the session belongs.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5