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 query execution timeline, statistics on input and output rows and bytes, and the different query stages that form the query execution plan.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.QueryRuntimeStatistics

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

Syntax

C#
public class QueryRuntimeStatistics

The QueryRuntimeStatistics type exposes the following members

Constructors

NameDescription
Public Method QueryRuntimeStatistics()

Properties

NameTypeDescription
Public Property OutputStage Amazon.Athena.Model.QueryStage

Gets and sets the property OutputStage.

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.

Public Property Rows Amazon.Athena.Model.QueryRuntimeStatisticsRows

Gets and sets the property Rows.

Public Property Timeline Amazon.Athena.Model.QueryRuntimeStatisticsTimeline

Gets and sets the property Timeline.

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