Representation of a job returned by the ListJobs operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Job
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Job()()()() | Initializes a new instance of the Job class | 
|  | CreationDate | 
            Timestamp of the CreateJob request in ISO8601 date format. For example "2010-03-28T20:27:35Z".
             
             | 
|  | 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.) | 
|  | IsCanceled | 
            Indicates whether the job was canceled.
             
             | 
|  | JobId | 
            A unique identifier which refers to a particular job.
             
             | 
|  | JobType | 
            Specifies whether the job to initiate is an import or export job.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCreationDate(DateTime) | Obsolete. 
            Sets the CreationDate property
             | 
|  | WithIsCanceled(Boolean) | Obsolete. 
            Sets the IsCanceled property
             | 
|  | WithJobId(String) | Obsolete. 
            Sets the JobId property
             | 
|  | WithJobType(String) | Obsolete. 
            Sets the JobType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Job |