Specification of a job flow step.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class StepConfig
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | StepConfig()()()() | Initializes a new instance of the StepConfig class | 
|  | ActionOnFailure | 
            Gets and sets the property ActionOnFailure. 
             The action to take if the job flow step fails. | 
|  | 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.) | 
|  | HadoopJarStep | 
            Gets and sets the property HadoopJarStep. 
             The JAR file used for the job flow step. | 
|  | Name | 
            Gets and sets the property Name. 
             The name of the job flow step. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithActionOnFailure(String) | Obsolete. 
            Sets the ActionOnFailure property
             | 
|  | WithHadoopJarStep(HadoopJarStepConfig) | Obsolete. 
            Sets the HadoopJarStep property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | StepConfig |