USqlJobProperties Class

Definition

U-SQL job properties used when retrieving U-SQL jobs.

[Newtonsoft.Json.JsonObject("USql")]
public class USqlJobProperties : Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties
[<Newtonsoft.Json.JsonObject("USql")>]
type USqlJobProperties = class
    inherit JobProperties
Public Class USqlJobProperties
Inherits JobProperties
Inheritance
USqlJobProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

USqlJobProperties()

Initializes a new instance of the USqlJobProperties class.

USqlJobProperties(String, String, IList<JobResource>, JobStatistics, JobDataPath, IList<Diagnostics>, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String, Nullable<Int64>, Nullable<CompileMode>)

Initializes a new instance of the USqlJobProperties class.

Properties

AlgebraFilePath

Gets the algebra file path after the job has completed.

CompileMode

Gets 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'

DebugData

Gets or sets the job specific debug data locations.

Diagnostics

Gets the diagnostics for the job.

Resources

Gets the list of resources that are required by the job.

RootProcessNodeId

Gets the ID used to identify the job manager coordinating job execution. This value should not be set by the user and will be ignored if it is.

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 JobProperties)
Script

Gets or sets the script to run. Please note that the maximum script size is 3 MB.

(Inherited from JobProperties)
Statistics

Gets or sets the job specific statistics.

TotalCompilationTime

Gets the total time this job spent compiling. This value should not be set by the user and will be ignored if it is.

TotalPausedTime

Gets the total time this job spent paused. This value should not be set by the user and will be ignored if it is.

TotalPauseTime

Gets the total time this job spent paused. This value should not be set by the user and will be ignored if it is.

TotalQueuedTime

Gets the total time this job spent queued. This value should not be set by the user and will be ignored if it is.

TotalRunningTime

Gets the total time this job spent executing. This value should not be set by the user and will be ignored if it is.

YarnApplicationId

Gets the ID used to identify the yarn application executing the job. This value should not be set by the user and will be ignored if it is.

YarnApplicationTimeStamp

Gets the timestamp (in ticks) for the yarn application executing the job. This value should not be set by the user and will be ignored if it is.

Methods

Validate()

Validate the object.

Applies to