Class BaseJobParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.BaseJobParameters
- Direct Known Subclasses:
BuildJobParameters
,CreateJobParameters
Data Lake Analytics Job Parameters base class for build and submit.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the job specific properties.type()
Get the job type of the current job (Hive, USql, or Scope (for internal use only)).withProperties
(CreateJobProperties properties) Set the job specific properties.Set the job type of the current job (Hive, USql, or Scope (for internal use only)).
-
Constructor Details
-
BaseJobParameters
public BaseJobParameters()
-
-
Method Details
-
type
Get the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'.- Returns:
- the type value
-
withType
Set the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'.- Parameters:
type
- the type value to set- Returns:
- the BaseJobParameters object itself.
-
properties
Get the job specific properties.- Returns:
- the properties value
-
withProperties
Set the job specific properties.- Parameters:
properties
- the properties value to set- Returns:
- the BaseJobParameters object itself.
-