你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureDataLakeStoreReadSettings interface
Azure Data Lake Store 读取设置。
- 扩展
属性
delete |
指示复制完成后是否需要删除源文件。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。 |
enable |
指示是否启用分区发现。 类型:布尔 (或 resultType 布尔) 表达式。 |
file |
指向一个文本文件,该文件列出每个文件 (要复制的数据集) 中配置的路径的相对路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
list |
根据文件/文件夹名称的字典顺序,在值 (排他) 后列出文件。 在数据集的 folderPath 下应用,在 folderPath 下筛选文件/子文件夹。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
list |
根据文件/文件夹名称的字典顺序列出值 (非独占) 的文件。 在数据集的 folderPath 下应用,在 folderPath 下筛选文件/子文件夹。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
modified |
文件的修改日期/时间结束。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
modified |
文件的修改日期/时间的开始时间。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
partition |
指定分区发现从其开始的根路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
recursive | 如果为 true,则将以递归方式读取文件夹路径下的文件。 默认为 true。 类型:布尔 (或 resultType 布尔) 表达式。 |
type | 多态鉴别器,它指定此对象可以是的不同类型 |
wildcard |
ADLS wildcardFileName。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
wildcard |
ADLS wildcardFolderPath。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
继承属性
disable |
如果为 true,则禁用数据存储指标收集。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。 |
max |
源数据存储的最大并发连接计数。 类型:integer (或 expression with resultType integer) 。 |
属性详细信息
deleteFilesAfterCompletion
指示复制完成后是否需要删除源文件。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。
deleteFilesAfterCompletion?: any
属性值
any
enablePartitionDiscovery
指示是否启用分区发现。 类型:布尔 (或 resultType 布尔) 表达式。
enablePartitionDiscovery?: any
属性值
any
fileListPath
指向一个文本文件,该文件列出每个文件 (要复制的数据集) 中配置的路径的相对路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。
fileListPath?: any
属性值
any
listAfter
根据文件/文件夹名称的字典顺序,在值 (排他) 后列出文件。 在数据集的 folderPath 下应用,在 folderPath 下筛选文件/子文件夹。 类型:字符串 (或带有 resultType 字符串) 的表达式。
listAfter?: any
属性值
any
listBefore
根据文件/文件夹名称的字典顺序列出值 (非独占) 的文件。 在数据集的 folderPath 下应用,在 folderPath 下筛选文件/子文件夹。 类型:字符串 (或带有 resultType 字符串) 的表达式。
listBefore?: any
属性值
any
modifiedDatetimeEnd
文件的修改日期/时间结束。 类型:字符串 (或带有 resultType 字符串) 的表达式。
modifiedDatetimeEnd?: any
属性值
any
modifiedDatetimeStart
文件的修改日期/时间的开始时间。 类型:字符串 (或带有 resultType 字符串) 的表达式。
modifiedDatetimeStart?: any
属性值
any
partitionRootPath
指定分区发现从其开始的根路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。
partitionRootPath?: any
属性值
any
recursive
如果为 true,则将以递归方式读取文件夹路径下的文件。 默认为 true。 类型:布尔 (或 resultType 布尔) 表达式。
recursive?: any
属性值
any
type
多态鉴别器,它指定此对象可以是的不同类型
type: "AzureDataLakeStoreReadSettings"
属性值
"AzureDataLakeStoreReadSettings"
wildcardFileName
ADLS wildcardFileName。 类型:字符串 (或带有 resultType 字符串) 的表达式。
wildcardFileName?: any
属性值
any
wildcardFolderPath
ADLS wildcardFolderPath。 类型:字符串 (或带有 resultType 字符串) 的表达式。
wildcardFolderPath?: any
属性值
any
继承属性详细信息
disableMetricsCollection
如果为 true,则禁用数据存储指标收集。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。
disableMetricsCollection?: any
属性值
any
maxConcurrentConnections
源数据存储的最大并发连接计数。 类型:integer (或 expression with resultType integer) 。
maxConcurrentConnections?: any
属性值
any