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.
Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z
public class QueryRuntimeStatisticsRows
The QueryRuntimeStatisticsRows type exposes the following members
Name | Description | |
---|---|---|
QueryRuntimeStatisticsRows() |
Name | Type | Description | |
---|---|---|---|
InputBytes | System.Int64 |
Gets and sets the property InputBytes. The number of bytes read to execute the query. |
|
InputRows | System.Int64 |
Gets and sets the property InputRows. The number of rows read to execute the query. |
|
OutputBytes | System.Int64 |
Gets and sets the property OutputBytes. The number of bytes returned by the query. |
|
OutputRows | System.Int64 |
Gets and sets the property OutputRows. The number of rows returned by the query. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5