|  | Job Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ookii.Jumbo.Jet
 Syntax
SyntaxThe Job type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Job | 
            Initializes a new instance of the Job class.
             | 
|  | Job(Guid, String) | 
            Initializes a new insatnce of the Job class with the specified ID and path.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | JobId | 
            Gets the unique identifier of this job.
             | 
|  | Path | 
            Gets the path on the distributed file system where files related to the job are stored.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CreateFullTaskId(Guid, TaskAttemptId) | 
            Creates the full task id for the specified task.
             | 
|   | CreateFullTaskId(Guid, TaskId) | 
            Creates the full task id for the specified task.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetJobConfigurationFilePath | 
            Gets the path, including file name, of the job configuration file.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | JobConfigFileName | 
            The name of the job configuration XML file.
             | 
 See Also
See Also