CreateUSqlJobProperties 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.
U-SQL job properties used when submitting U-SQL jobs.
[Newtonsoft.Json.JsonObject("USql")]
public class CreateUSqlJobProperties : Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobProperties
[<Newtonsoft.Json.JsonObject("USql")>]
type CreateUSqlJobProperties = class
inherit CreateJobProperties
Public Class CreateUSqlJobProperties
Inherits CreateJobProperties
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
CreateUSqlJobProperties() |
Initializes a new instance of the CreateUSqlJobProperties class. |
CreateUSqlJobProperties(String, String, Nullable<CompileMode>) |
Initializes a new instance of the CreateUSqlJobProperties class. |
Properties
CompileMode |
Gets or sets the specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox' |
RuntimeVersion |
Gets or sets the runtime version of the Data Lake Analytics engine to use for the specific type of job being run. (Inherited from CreateJobProperties) |
Script |
Gets or sets the script to run. Please note that the maximum script size is 3 MB. (Inherited from CreateJobProperties) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET