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.

Statistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows written by the query.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.QueryRuntimeStatisticsRows

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

Syntax

C#
public class QueryRuntimeStatisticsRows

The QueryRuntimeStatisticsRows type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InputBytes System.Int64

Gets and sets the property InputBytes.

The number of bytes read to execute the query.

Public Property InputRows System.Int64

Gets and sets the property InputRows.

The number of rows read to execute the query.

Public Property OutputBytes System.Int64

Gets and sets the property OutputBytes.

The number of bytes returned by the query.

Public Property OutputRows System.Int64

Gets and sets the property OutputRows.

The number of rows returned by the query.

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