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 ListJobs operation. Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaConvert.AmazonMediaConvertRequest
      Amazon.MediaConvert.Model.ListJobsRequest

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

Syntax

C#
public class ListJobsRequest : AmazonMediaConvertRequest
         IAmazonWebServiceRequest

The ListJobsRequest type exposes the following members

Constructors

NameDescription
Public Method ListJobsRequest()

Properties

NameTypeDescription
Public Property MaxResults System.Int32

Gets and sets the property MaxResults. Optional. Number of jobs, up to twenty, that will be returned at one time.

Public Property NextToken System.String

Gets and sets the property NextToken. Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.

Public Property Order Amazon.MediaConvert.Order

Gets and sets the property Order. Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Public Property Queue System.String

Gets and sets the property Queue. Optional. Provide a queue name to get back only jobs from that queue.

Public Property Status Amazon.MediaConvert.JobStatus

Gets and sets the property Status. Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.

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