Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListJobsByPipelineRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListJobsByPipelineRequest()()()() | Initializes a new instance of the ListJobsByPipelineRequest class | 
|  | Ascending | 
            Gets and sets the property Ascending. 
             
             To list jobs in chronological order by the date and time that they were submitted,
            enter                 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PageToken | 
            Gets and sets the property PageToken. 
             
             When Elastic Transcoder returns more than one page of results, use  | 
|  | PipelineId | 
            Gets and sets the property PipelineId. 
             The ID of the pipeline for which you want to get job information. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAscending(String) | Obsolete. 
            Sets the Ascending property
             | 
|  | WithPageToken(String) | Obsolete. 
            Sets the PageToken property
             | 
|  | WithPipelineId(String) | Obsolete. 
            Sets the PipelineId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ListJobsByPipelineRequest | |
 Copy
Copy