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.

Stage statistics such as input and output rows and bytes, execution time and stage state. This information also includes substages and the query stage plan.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.QueryStage

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

Syntax

C#
public class QueryStage

The QueryStage type exposes the following members

Constructors

NameDescription
Public Method QueryStage()

Properties

NameTypeDescription
Public Property ExecutionTime System.Int64

Gets and sets the property ExecutionTime.

Time taken to execute this stage.

Public Property InputBytes System.Int64

Gets and sets the property InputBytes.

The number of bytes input into the stage for execution.

Public Property InputRows System.Int64

Gets and sets the property InputRows.

The number of rows input into the stage for execution.

Public Property OutputBytes System.Int64

Gets and sets the property OutputBytes.

The number of bytes output from the stage after execution.

Public Property OutputRows System.Int64

Gets and sets the property OutputRows.

The number of rows output from the stage after execution.

Public Property QueryStagePlan Amazon.Athena.Model.QueryStagePlanNode

Gets and sets the property QueryStagePlan.

Stage plan information such as name, identifier, sub plans, and source stages.

Public Property StageId System.Int64

Gets and sets the property StageId.

The identifier for a stage.

Public Property State System.String

Gets and sets the property State.

State of the stage after query execution.

Public Property SubStages System.Collections.Generic.List<Amazon.Athena.Model.QueryStage>

Gets and sets the property SubStages.

List of sub query stages that form this stage execution plan.

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