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 completion date, current state, submission time, and state change reason (if applicable) for the query execution.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.QueryExecutionStatus

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

Syntax

C#
public class QueryExecutionStatus

The QueryExecutionStatus type exposes the following members

Constructors

NameDescription
Public Method QueryExecutionStatus()

Properties

NameTypeDescription
Public Property AthenaError Amazon.Athena.Model.AthenaError

Gets and sets the property AthenaError.

Provides information about an Athena query error.

Public Property CompletionDateTime System.DateTime

Gets and sets the property CompletionDateTime.

The date and time that the query completed.

Public Property State Amazon.Athena.QueryExecutionState

Gets and sets the property State.

The state of query execution. QUEUED indicates that the query has been submitted to the service, and Athena will execute the query as soon as resources are available. RUNNING indicates that the query is in execution phase. SUCCEEDED indicates that the query completed without errors. FAILED indicates that the query experienced an error and did not complete processing. CANCELLED indicates that a user input interrupted query execution.

Athena automatically retries your queries in cases of certain transient errors. As a result, you may see the query state transition from RUNNING or FAILED to QUEUED.

Public Property StateChangeReason System.String

Gets and sets the property StateChangeReason.

Further detail about the status of the query.

Public Property SubmissionDateTime System.DateTime

Gets and sets the property SubmissionDateTime.

The date and time that the query was submitted.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5