JobDataPath Class

 

A Data Lake Analytics U-SQL job data path item.

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.JobDataPath

Syntax

public class JobDataPath
public ref class JobDataPath 
type JobDataPath = class end
Public Class JobDataPath

Constructors

Name Description
System_CAPS_pubmethod JobDataPath()

Initializes a new instance of the JobDataPath class.

Properties

Name Description
System_CAPS_pubproperty Command

Optional. Gets or sets the command that this job data relates to.

System_CAPS_pubproperty JobId

Optional. Gets or sets the id of the job this data is for.

System_CAPS_pubproperty Paths

Optional. Gets or sets the list of paths to all of the job data.

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