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

AzureFileStorageReadSettings 类

定义

Azure 文件存储读取设置。

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

构造函数

AzureFileStorageReadSettings()

初始化 AzureFileStorageReadSettings 类的新实例。

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

初始化 AzureFileStorageReadSettings 类的新实例。

属性

AdditionalProperties

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

(继承自 StoreReadSettings)
DeleteFilesAfterCompletion

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

DisableMetricsCollection

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

(继承自 StoreReadSettings)
EnablePartitionDiscovery

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

FileListPath

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

MaxConcurrentConnections

获取或设置源数据存储的最大并发连接计数。 类型:具有 resultType 整数) 的整数 (或 Expression。

(继承自 StoreReadSettings)
ModifiedDatetimeEnd

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

ModifiedDatetimeStart

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

PartitionRootPath

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

Prefix

获取或设置从根路径开始的 Azure 文件名的前缀筛选器。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Recursive

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

WildcardFileName

获取或设置 azure 文件存储通配符FileName。 类型:包含 resultType 字符串) 的字符串 (或表达式。

WildcardFolderPath

获取或设置 azure 文件存储 wildcardFolderPath。 类型:包含 resultType 字符串) 的字符串 (或表达式。

适用于