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

AzureDataLakeStoreReadSettings 类

定义

Azure Data Lake Store 读取设置。

public class AzureDataLakeStoreReadSettings : Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings
type AzureDataLakeStoreReadSettings = class
    inherit StoreReadSettings
Public Class AzureDataLakeStoreReadSettings
Inherits StoreReadSettings
继承
AzureDataLakeStoreReadSettings

构造函数

AzureDataLakeStoreReadSettings()

初始化 AzureDataLakeStoreReadSettings 类的新实例。

AzureDataLakeStoreReadSettings(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Nullable<Boolean>, Object, Object, Object, Object)

初始化 AzureDataLakeStoreReadSettings 类的新实例。

属性

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

(继承自 StoreReadSettings)
DeleteFilesAfterCompletion

获取或设置指示是否需要在复制完成后删除源文件。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。

DisableMetricsCollection

获取或设置如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。

(继承自 StoreReadSettings)
EnablePartitionDiscovery

获取或设置指示是否启用分区发现。

FileListPath

获取或设置指向一个文本文件,该文件列出每个文件 (要复制的数据集) 中配置的路径的相对路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。

ListAfter

获取或设置根据文件/文件夹名称的字典顺序在值 (排他) 后列出文件。 在数据集的 folderPath 下应用,在 folderPath 下筛选文件/子文件夹。 类型:字符串 (或带有 resultType 字符串) 的表达式。

ListBefore

获取或设置基于文件/文件夹名称的字典顺序,在值 (非独占) 之前列出文件。 在数据集的 folderPath 下应用,在 folderPath 下筛选文件/子文件夹。 类型:字符串 (或带有 resultType 字符串) 的表达式。

MaxConcurrentConnections

获取或设置源数据存储的最大并发连接计数。 类型:integer (或 expression with resultType integer) 。

(继承自 StoreReadSettings)
ModifiedDatetimeEnd

获取或设置文件的修改日期/时间的结束时间。 类型:字符串 (或带有 resultType 字符串) 的表达式。

ModifiedDatetimeStart

获取或设置文件的修改日期/时间的开始时间。 类型:字符串 (或带有 resultType 字符串) 的表达式。

PartitionRootPath

获取或设置指定从其中开始发现分区的根路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。

Recursive

获取或设置如果为 true,则文件夹路径下的文件将以递归方式读取。 默认为 true。 类型:布尔 (或 resultType 布尔) 表达式。

WildcardFileName

获取或设置 ADLS 通配符FileName。 类型:字符串 (或带有 resultType 字符串) 的表达式。

WildcardFolderPath

获取或设置 ADLS wildcardFolderPath。 类型:字符串 (或带有 resultType 字符串) 的表达式。

适用于