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

AzureBlobStorageReadSettings 类

定义

Azure Blob 读取设置。

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

构造函数

AzureBlobStorageReadSettings()

初始化 AzureBlobStorageReadSettings 类的新实例。

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

初始化 AzureBlobStorageReadSettings 类的新实例。

属性

AdditionalProperties

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

(继承自 StoreReadSettings)
DeleteFilesAfterCompletion

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

DisableMetricsCollection

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

(继承自 StoreReadSettings)
EnablePartitionDiscovery

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

FileListPath

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

MaxConcurrentConnections

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

(继承自 StoreReadSettings)
ModifiedDatetimeEnd

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

ModifiedDatetimeStart

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

PartitionRootPath

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

Prefix

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

Recursive

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

WildcardFileName

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

WildcardFolderPath

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

适用于