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 GetCalculationExecution operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetCalculationExecutionResponse : AmazonWebServiceResponse

The GetCalculationExecutionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CalculationExecutionId System.String

Gets and sets the property CalculationExecutionId.

The calculation execution UUID.

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

Gets and sets the property Description.

The description of the calculation execution.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Result Amazon.Athena.Model.CalculationResult

Gets and sets the property Result.

Contains result information. This field is populated only if the calculation is completed.

Public Property SessionId System.String

Gets and sets the property SessionId.

The session ID that the calculation ran in.

Public Property Statistics Amazon.Athena.Model.CalculationStatistics

Gets and sets the property Statistics.

Contains information about the data processing unit (DPU) execution time and progress. This field is populated only when statistics are available.

Public Property Status Amazon.Athena.Model.CalculationStatus

Gets and sets the property Status.

Contains information about the status of the calculation.

Public Property WorkingDirectory System.String

Gets and sets the property WorkingDirectory.

The Amazon S3 location in which calculation results are stored.

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