你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureDataLakeStoreReadSettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure Data Lake Store 读取设置。
public class AzureDataLakeStoreReadSettings : Azure.ResourceManager.DataFactory.Models.StoreReadSettings
type AzureDataLakeStoreReadSettings = class
inherit StoreReadSettings
Public Class AzureDataLakeStoreReadSettings
Inherits StoreReadSettings
- 继承
构造函数
AzureDataLakeStoreReadSettings() |
初始化 AzureDataLakeStoreReadSettings 的新实例。 |
属性
AdditionalProperties |
附加属性 若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)。 若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)。 示例:
|
DeleteFilesAfterCompletion |
指示复制完成后是否需要删除源文件。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。 |
DisableMetricsCollection |
如果为 true,则禁用数据存储指标收集。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。 (继承自 StoreReadSettings) |
EnablePartitionDiscovery |
指示是否启用分区发现。 类型:布尔 (或 resultType 布尔) 表达式。 |
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 wildcardFileName。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
WildcardFolderPath |
ADLS wildcardFolderPath。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |