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 amount of data scanned during the query execution and the amount of time that it took to execute, and the type of statement that was run.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.QueryExecutionStatistics

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

Syntax

C#
public class QueryExecutionStatistics

The QueryExecutionStatistics type exposes the following members

Constructors

NameDescription
Public Method QueryExecutionStatistics()

Properties

NameTypeDescription
Public Property DataManifestLocation System.String

Gets and sets the property DataManifestLocation.

The location and file name of a data manifest file. The manifest file is saved to the Athena query results location in Amazon S3. The manifest file tracks files that the query wrote to Amazon S3. If the query fails, the manifest file also tracks files that the query intended to write. The manifest is useful for identifying orphaned files resulting from a failed query. For more information, see Working with Query Results, Output Files, and Query History in the Amazon Athena User Guide.

Public Property DataScannedInBytes System.Int64

Gets and sets the property DataScannedInBytes.

The number of bytes in the data that was queried.

Public Property EngineExecutionTimeInMillis System.Int64

Gets and sets the property EngineExecutionTimeInMillis.

The number of milliseconds that the query took to execute.

Public Property QueryPlanningTimeInMillis System.Int64

Gets and sets the property QueryPlanningTimeInMillis.

The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.

Public Property QueryQueueTimeInMillis System.Int64

Gets and sets the property QueryQueueTimeInMillis.

The number of milliseconds that the query was in your query queue waiting for resources. Note that if transient errors occur, Athena might automatically add the query back to the queue.

Public Property ResultReuseInformation Amazon.Athena.Model.ResultReuseInformation

Gets and sets the property ResultReuseInformation.

Contains information about whether previous query results were reused for the query.

Public Property ServicePreProcessingTimeInMillis System.Int64

Gets and sets the property ServicePreProcessingTimeInMillis.

The number of milliseconds that Athena took to preprocess the query before submitting the query to the query engine.

Public Property ServiceProcessingTimeInMillis System.Int64

Gets and sets the property ServiceProcessingTimeInMillis.

The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.

Public Property TotalExecutionTimeInMillis System.Int64

Gets and sets the property TotalExecutionTimeInMillis.

The number of milliseconds that Athena took to run 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