Table of Contents

Class DescribeDataRepositoryTasksRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Container for the parameters to the DescribeDataRepositoryTasks operation. Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems or caches, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

When retrieving all tasks, you can paginate the response by using the optional MaxResults parameter to limit the number of tasks returned in a response. If more tasks remain, a NextToken value is returned in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

public class DescribeDataRepositoryTasksRequest : AmazonFSxRequest
Inheritance
DescribeDataRepositoryTasksRequest

Constructors

DescribeDataRepositoryTasksRequest()

public DescribeDataRepositoryTasksRequest()

Properties

Filters

Gets and sets the property Filters.

(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.

public List<DataRepositoryTaskFilter> Filters { get; set; }

Property Value

List<DataRepositoryTaskFilter>

MaxResults

Gets and sets the property MaxResults.

public int MaxResults { get; set; }

Property Value

int

NextToken

Gets and sets the property NextToken.

public string NextToken { get; set; }

Property Value

string

TaskIds

Gets and sets the property TaskIds.

(Optional) IDs of the tasks whose descriptions you want to retrieve (String).

public List<string> TaskIds { get; set; }

Property Value

List<string>