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.

Contains summary information about an executor.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.ExecutorsSummary

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

Syntax

C#
public class ExecutorsSummary

The ExecutorsSummary type exposes the following members

Constructors

NameDescription
Public Method ExecutorsSummary()

Properties

NameTypeDescription
Public Property ExecutorId System.String

Gets and sets the property ExecutorId.

The UUID of the executor.

Public Property 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.

Public Property ExecutorState Amazon.Athena.ExecutorState

Gets and sets the property ExecutorState.

The processing state of the executor. A description of each state follows.

CREATING - The executor is being started, including acquiring resources.

CREATED - The executor has been started.

REGISTERED - The executor has been registered.

TERMINATING - The executor is in the process of shutting down.

TERMINATED - The executor is no longer running.

FAILED - Due to a failure, the executor is no longer running.

Public Property ExecutorType Amazon.Athena.ExecutorType

Gets and sets the property ExecutorType.

The type of executor used for the application (COORDINATOR, GATEWAY, or WORKER).

Public Property StartDateTime System.Int64

Gets and sets the property StartDateTime.

The date and time that the executor started.

Public Property TerminationDateTime System.Int64

Gets and sets the property TerminationDateTime.

The date and time that the executor was terminated.

Version Information

.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