USqlProperties Class

 

The Data Lake Analytics U-SQL specific job properties.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Inheritance Hierarchy

System.Object
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobProperties
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.USqlProperties

Syntax

public class USqlProperties : JobProperties
public ref class USqlProperties : JobProperties
type USqlProperties = 
    class
        inherit JobProperties
    end
Public Class USqlProperties
    Inherits JobProperties

Constructors

Name Description
System_CAPS_pubmethod USqlProperties()

Initializes a new instance of the USqlProperties class.

System_CAPS_pubmethod USqlProperties(String)

Initializes a new instance of the USqlProperties class with required arguments.

Properties

Name Description
System_CAPS_pubproperty AlgebraFilePath

Optional. Gets or sets the U-SQL algebra file path after the job has completed

System_CAPS_pubproperty CompileMode

Optional. Gets or sets the compile mode for the job.

System_CAPS_pubproperty DebugData

Optional. Gets or sets the job specific debug data locations.

System_CAPS_pubproperty Diagnostics

Optional. Gets or sets the diagnostics for the job.

System_CAPS_pubproperty Resources

Optional. Gets or sets the list of resources that are required by the job

System_CAPS_pubproperty RootProcessNodeId

Optional. Gets or sets 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.

System_CAPS_pubproperty RuntimeVersion

Optional. Gets or sets the runtime version of the U-SQL engine to use (Inherited from JobProperties.)

System_CAPS_pubproperty Script

Required. Gets or sets the U-SQL script to run (Inherited from JobProperties.)

System_CAPS_pubproperty Statistics

Optional. Gets or sets the job specific statistics.

System_CAPS_pubproperty TotalCompilationTime

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

System_CAPS_pubproperty TotalPausedTime

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

System_CAPS_pubproperty TotalQueuedTime

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

System_CAPS_pubproperty TotalRunningTime

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

System_CAPS_pubproperty Type

Optional. Gets or sets the job type of the current job (i.e. Hive or U-SQL). (Inherited from JobProperties.)

System_CAPS_pubproperty YarnApplicationId

Optional. Gets or sets 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.

System_CAPS_pubproperty YarnApplicationTimeStamp

Optional. Gets or sets the timestamp (int 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

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top