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 an application-specific calculation result.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.CalculationResult

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

Syntax

C#
public class CalculationResult

The CalculationResult type exposes the following members

Constructors

NameDescription
Public Method CalculationResult()

Properties

NameTypeDescription
Public Property ResultS3Uri System.String

Gets and sets the property ResultS3Uri.

The Amazon S3 location of the folder for the calculation results.

Public Property ResultType System.String

Gets and sets the property ResultType.

The data format of the calculation result.

Public Property StdErrorS3Uri System.String

Gets and sets the property StdErrorS3Uri.

The Amazon S3 location of the stderr error messages file for the calculation.

Public Property StdOutS3Uri System.String

Gets and sets the property StdOutS3Uri.

The Amazon S3 location of the stdout file for the calculation.

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