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.

The Athena engine version for running queries, or the PySpark engine version for running sessions.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.EngineVersion

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

Syntax

C#
public class EngineVersion

The EngineVersion type exposes the following members

Constructors

NameDescription
Public Method EngineVersion()

Properties

NameTypeDescription
Public Property EffectiveEngineVersion System.String

Gets and sets the property EffectiveEngineVersion.

Read only. The engine version on which the query runs. If the user requests a valid engine version other than Auto, the effective engine version is the same as the engine version that the user requested. If the user requests Auto, the effective engine version is chosen by Athena. When a request to update the engine version is made by a CreateWorkGroup or UpdateWorkGroup operation, the EffectiveEngineVersion field is ignored.

Public Property SelectedEngineVersion System.String

Gets and sets the property SelectedEngineVersion.

The engine version requested by the user. Possible values are determined by the output of ListEngineVersions, including AUTO. The default is AUTO.

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