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.
Contains summary information about an executor.
Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z
public class ExecutorsSummary
The ExecutorsSummary type exposes the following members
Name | Description | |
---|---|---|
ExecutorsSummary() |
Name | Type | Description | |
---|---|---|---|
ExecutorId | System.String |
Gets and sets the property ExecutorId. The UUID of the executor. |
|
ExecutorSize | System.Int64 |
Gets and sets the property ExecutorSize. The smallest unit of compute that a session can request from Athena. Size is measured in data processing unit (DPU) values, a relative measure of processing power. |
|
ExecutorState | Amazon.Athena.ExecutorState |
Gets and sets the property ExecutorState. The processing state of the executor. A description of each state follows.
|
|
ExecutorType | Amazon.Athena.ExecutorType |
Gets and sets the property ExecutorType.
The type of executor used for the application ( |
|
StartDateTime | System.Int64 |
Gets and sets the property StartDateTime. The date and time that the executor started. |
|
TerminationDateTime | System.Int64 |
Gets and sets the property TerminationDateTime. The date and time that the executor was terminated. |
.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