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.
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.
Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z
public class QueryStage
The QueryStage type exposes the following members
Name | Description | |
---|---|---|
QueryStage() |
Name | Type | Description | |
---|---|---|---|
ExecutionTime | System.Int64 |
Gets and sets the property ExecutionTime. Time taken to execute this stage. |
|
InputBytes | System.Int64 |
Gets and sets the property InputBytes. The number of bytes input into the stage for execution. |
|
InputRows | System.Int64 |
Gets and sets the property InputRows. The number of rows input into the stage for execution. |
|
OutputBytes | System.Int64 |
Gets and sets the property OutputBytes. The number of bytes output from the stage after execution. |
|
OutputRows | System.Int64 |
Gets and sets the property OutputRows. The number of rows output from the stage after execution. |
|
QueryStagePlan | Amazon.Athena.Model.QueryStagePlanNode |
Gets and sets the property QueryStagePlan. Stage plan information such as name, identifier, sub plans, and source stages. |
|
StageId | System.Int64 |
Gets and sets the property StageId. The identifier for a stage. |
|
State | System.String |
Gets and sets the property State. State of the stage after query execution. |
|
SubStages | System.Collections.Generic.List<Amazon.Athena.Model.QueryStage> |
Gets and sets the property SubStages. List of sub query stages that form this stage execution plan. |
.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