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.

Container for the parameters to the ListExecutors operation. Lists, in descending order, the executors that joined a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Athena.AmazonAthenaRequest
      Amazon.Athena.Model.ListExecutorsRequest

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

Syntax

C#
public class ListExecutorsRequest : AmazonAthenaRequest
         IAmazonWebServiceRequest

The ListExecutorsRequest type exposes the following members

Constructors

NameDescription
Public Method ListExecutorsRequest()

Properties

NameTypeDescription
Public Property ExecutorStateFilter Amazon.Athena.ExecutorState

Gets and sets the property ExecutorStateFilter.

A filter for a specific executor state. 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 MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of executors to return.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

Public Property SessionId System.String

Gets and sets the property SessionId.

The session ID.

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