BaseJobParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data Lake Analytics Job Parameters base class for build and submit.
public class BaseJobParameters
type BaseJobParameters = class
Public Class BaseJobParameters
- Inheritance
-
BaseJobParameters
- Derived
Constructors
BaseJobParameters() |
Initializes a new instance of the BaseJobParameters class. |
BaseJobParameters(JobType, CreateJobProperties) |
Initializes a new instance of the BaseJobParameters class. |
Properties
Properties |
Gets or sets the job specific properties. |
Type |
Gets or sets the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET