ScopeJobProperties 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.
Scope job properties used when submitting and retrieving Scope jobs. (Only for use internally with Scope job type.)
[Newtonsoft.Json.JsonObject("Scope")]
public class ScopeJobProperties : Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties
[<Newtonsoft.Json.JsonObject("Scope")>]
type ScopeJobProperties = class
inherit JobProperties
Public Class ScopeJobProperties
Inherits JobProperties
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ScopeJobProperties() |
Initializes a new instance of the ScopeJobProperties class. |
ScopeJobProperties(String, String, IList<ScopeJobResource>, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String) |
Initializes a new instance of the ScopeJobProperties class. |
Properties
Notifier |
Gets or sets the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state. |
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) |
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. |
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. |
UserAlgebraPath |
Gets the algebra file path after the job has completed. |
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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET