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

AzureBlobFSReadSettings interface

Azure blobFS 读取设置。

扩展

属性

deleteFilesAfterCompletion

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

enablePartitionDiscovery

指示是否启用分区发现。 类型:布尔值(或带有 resultType 布尔值的表达式)。

fileListPath

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

modifiedDatetimeEnd

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

modifiedDatetimeStart

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

partitionRootPath

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

recursive

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

type

多态鉴别器,它指定此对象可以的不同类型的

wildcardFileName

Azure blobFS 通配符FileName。 类型:字符串(或带有 resultType 字符串的表达式)。

wildcardFolderPath

Azure blobFS 通配符FolderPath。 类型:字符串(或带有 resultType 字符串的表达式)。

继承属性

disableMetricsCollection

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

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

属性详细信息

deleteFilesAfterCompletion

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

deleteFilesAfterCompletion?: any

属性值

any

enablePartitionDiscovery

指示是否启用分区发现。 类型:布尔值(或带有 resultType 布尔值的表达式)。

enablePartitionDiscovery?: any

属性值

any

fileListPath

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

fileListPath?: any

属性值

any

modifiedDatetimeEnd

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

modifiedDatetimeEnd?: any

属性值

any

modifiedDatetimeStart

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

modifiedDatetimeStart?: any

属性值

any

partitionRootPath

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

partitionRootPath?: any

属性值

any

recursive

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

recursive?: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "AzureBlobFSReadSettings"

属性值

"AzureBlobFSReadSettings"

wildcardFileName

Azure blobFS 通配符FileName。 类型:字符串(或带有 resultType 字符串的表达式)。

wildcardFileName?: any

属性值

any

wildcardFolderPath

Azure blobFS 通配符FolderPath。 类型:字符串(或带有 resultType 字符串的表达式)。

wildcardFolderPath?: any

属性值

any

继承属性详细信息

disableMetricsCollection

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

disableMetricsCollection?: any

属性值

any

继承自StoreReadSettings.disableMetricsCollection

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

maxConcurrentConnections?: any

属性值

any

继承自StoreReadSettings.maxConcurrentConnections