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.
Information about a single instance of a query execution.
Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z
public class QueryExecution
The QueryExecution type exposes the following members
Name | Description | |
---|---|---|
QueryExecution() |
Name | Type | Description | |
---|---|---|---|
EngineVersion | Amazon.Athena.Model.EngineVersion |
Gets and sets the property EngineVersion. The engine version that executed the query. |
|
ExecutionParameters | System.Collections.Generic.List<System.String> |
Gets and sets the property ExecutionParameters. A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur. The list of parameters is not returned in the response. |
|
Query | System.String |
Gets and sets the property Query. The SQL query statements which the query execution ran. |
|
QueryExecutionContext | Amazon.Athena.Model.QueryExecutionContext |
Gets and sets the property QueryExecutionContext. The database in which the query execution occurred. |
|
QueryExecutionId | System.String |
Gets and sets the property QueryExecutionId. The unique identifier for each query execution. |
|
QueryResultsS3AccessGrantsConfiguration | Amazon.Athena.Model.QueryResultsS3AccessGrantsConfiguration |
Gets and sets the property QueryResultsS3AccessGrantsConfiguration. Specifies whether Amazon S3 access grants are enabled for query results. |
|
ResultConfiguration | Amazon.Athena.Model.ResultConfiguration |
Gets and sets the property ResultConfiguration. The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. |
|
ResultReuseConfiguration | Amazon.Athena.Model.ResultReuseConfiguration |
Gets and sets the property ResultReuseConfiguration. Specifies the query result reuse behavior that was used for the query. |
|
StatementType | Amazon.Athena.StatementType |
Gets and sets the property StatementType.
The type of query statement that was run. |
|
Statistics | Amazon.Athena.Model.QueryExecutionStatistics |
Gets and sets the property Statistics. Query execution statistics, such as the amount of data scanned, the amount of time that the query took to process, and the type of statement that was run. |
|
Status | Amazon.Athena.Model.QueryExecutionStatus |
Gets and sets the property Status. The completion date, current state, submission time, and state change reason (if applicable) for the query execution. |
|
SubstatementType | System.String |
Gets and sets the property SubstatementType. The kind of query statement that was run. |
|
WorkGroup | System.String |
Gets and sets the property WorkGroup. The name of the workgroup in which the query ran. |
.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