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

AzureBlobStorageReadSettings 构造函数

定义

重载

AzureBlobStorageReadSettings()

初始化 AzureBlobStorageReadSettings 类的新实例。

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

初始化 AzureBlobStorageReadSettings 类的新实例。

AzureBlobStorageReadSettings()

初始化 AzureBlobStorageReadSettings 类的新实例。

public AzureBlobStorageReadSettings ();
Public Sub New ()

适用于

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

初始化 AzureBlobStorageReadSettings 类的新实例。

public AzureBlobStorageReadSettings (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object recursive = default, object wildcardFolderPath = default, object wildcardFileName = default, object prefix = default, object fileListPath = default, bool? enablePartitionDiscovery = default, object partitionRootPath = default, object deleteFilesAfterCompletion = default, object modifiedDatetimeStart = default, object modifiedDatetimeEnd = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobStorageReadSettings : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * Nullable<bool> * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobStorageReadSettings
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional recursive As Object = Nothing, Optional wildcardFolderPath As Object = Nothing, Optional wildcardFileName As Object = Nothing, Optional prefix As Object = Nothing, Optional fileListPath As Object = Nothing, Optional enablePartitionDiscovery As Nullable(Of Boolean) = Nothing, Optional partitionRootPath As Object = Nothing, Optional deleteFilesAfterCompletion As Object = Nothing, Optional modifiedDatetimeStart As Object = Nothing, Optional modifiedDatetimeEnd As Object = Nothing)

参数

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

maxConcurrentConnections
Object

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

disableMetricsCollection
Object

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

recursive
Object

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

wildcardFolderPath
Object

Azure blob wildcardFolderPath。 类型:字符串 (或带有 resultType 字符串) 的表达式。

wildcardFileName
Object

Azure blob wildcardFileName。 类型:字符串 (或带有 resultType 字符串) 的表达式。

prefix
Object

Azure Blob 名称的前缀筛选器。 类型:字符串 (或带有 resultType 字符串) 的表达式。

fileListPath
Object

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

enablePartitionDiscovery
Nullable<Boolean>

指示是否启用分区发现。

partitionRootPath
Object

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

deleteFilesAfterCompletion
Object

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

modifiedDatetimeStart
Object

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

modifiedDatetimeEnd
Object

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

适用于