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.

Contains summary information about a session.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.SessionSummary

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

Syntax

C#
public class SessionSummary

The SessionSummary type exposes the following members

Constructors

NameDescription
Public Method SessionSummary()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The session description.

Public Property EngineVersion Amazon.Athena.Model.EngineVersion

Gets and sets the property EngineVersion.

The engine version used by the session (for example, PySpark engine version 3).

Public Property NotebookVersion System.String

Gets and sets the property NotebookVersion.

The notebook version.

Public Property SessionId System.String

Gets and sets the property SessionId.

The session ID.

Public Property Status Amazon.Athena.Model.SessionStatus

Gets and sets the property Status.

Contains information about the session status.

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