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 information about the status of a notebook calculation.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.CalculationStatus

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

Syntax

C#
public class CalculationStatus

The CalculationStatus type exposes the following members

Constructors

NameDescription
Public Method CalculationStatus()

Properties

NameTypeDescription
Public Property CompletionDateTime System.DateTime

Gets and sets the property CompletionDateTime.

The date and time the calculation completed processing.

Public Property State Amazon.Athena.CalculationExecutionState

Gets and sets the property State.

The state of the calculation execution. A description of each state follows.

CREATING - The calculation is in the process of being created.

CREATED - The calculation has been created and is ready to run.

QUEUED - The calculation has been queued for processing.

RUNNING - The calculation is running.

CANCELING - A request to cancel the calculation has been received and the system is working to stop it.

CANCELED - The calculation is no longer running as the result of a cancel request.

COMPLETED - The calculation has completed without error.

FAILED - The calculation failed and is no longer running.

Public Property StateChangeReason System.String

Gets and sets the property StateChangeReason.

The reason for the calculation state change (for example, the calculation was canceled because the session was terminated).

Public Property SubmissionDateTime System.DateTime

Gets and sets the property SubmissionDateTime.

The date and time the calculation was submitted for processing.

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