A job flow step consisting of a JAR file whose main function will be executed. The
            main         function submits a job for Hadoop to execute and waits for the job to
            finish or fail.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class HadoopJarStepConfig
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | HadoopJarStepConfig()()()() | Initializes a new instance of the HadoopJarStepConfig class | 
|  | Args | 
            Gets and sets the property Args. 
             A list of command line arguments passed to the JAR file's main function when executed. | 
|  | 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.) | 
|  | Jar | 
            Gets and sets the property Jar. 
             A path to a JAR file run during the step. | 
|  | MainClass | 
            Gets and sets the property MainClass. 
             The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file. | 
|  | Properties | 
            Gets and sets the property Properties. 
             A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithArgs(array<String>[]()[][]) | Obsolete. 
            Sets the Args property
             | 
|  | WithArgs(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Args property
             | 
|  | WithJar(String) | Obsolete. 
            Sets the Jar property
             | 
|  | WithMainClass(String) | Obsolete. 
            Sets the MainClass property
             | 
|  | WithProperties(array<KeyValue>[]()[][]) | Obsolete. 
            Sets the Properties property
             | 
|  | WithProperties(IEnumerable<(Of <<'(KeyValue>)>>)) | Obsolete. 
            Sets the Properties property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | HadoopJarStepConfig |