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 | |
|---|---|---|
![]() |
USqlProperties() | Initializes a new instance of the USqlProperties class. |
![]() |
USqlProperties(String) | Initializes a new instance of the USqlProperties class with required arguments. |
Properties
| Name | Description | |
|---|---|---|
![]() |
AlgebraFilePath | Optional. Gets or sets the U-SQL algebra file path after the job has completed |
![]() |
CompileMode | Optional. Gets or sets the compile mode for the job. |
![]() |
DebugData | Optional. Gets or sets the job specific debug data locations. |
![]() |
Diagnostics | Optional. Gets or sets the diagnostics for the job. |
![]() |
Resources | Optional. Gets or sets the list of resources that are required by the job |
![]() |
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. |
![]() |
RuntimeVersion | Optional. Gets or sets the runtime version of the U-SQL engine to use (Inherited from JobProperties.) |
![]() |
Script | Required. Gets or sets the U-SQL script to run (Inherited from JobProperties.) |
![]() |
Statistics | Optional. Gets or sets the job specific statistics. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
Type | Optional. Gets or sets the job type of the current job (i.e. Hive or U-SQL). (Inherited from JobProperties.) |
![]() |
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. |
![]() |
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 | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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
.jpeg)
.jpeg)
.jpeg)