Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobDataPath 类

定义

Data Lake Analytics作业数据路径项。

public class JobDataPath
type JobDataPath = class
Public Class JobDataPath
继承
JobDataPath

构造函数

JobDataPath()

初始化 JobDataPath 类的新实例。

JobDataPath(Nullable<Guid>, String, IList<String>)

初始化 JobDataPath 类的新实例。

属性

Command

获取此作业数据与之相关的命令。

JobId

获取此数据所针对的作业的 ID。

Paths

获取所有作业数据的路径列表。

适用于