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

AzureBlobFSReadSettings 类

定义

Azure blobFS 读取设置。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureBlobFSReadSettings+AzureBlobFSReadSettingsConverter))]
public class AzureBlobFSReadSettings : Azure.Analytics.Synapse.Artifacts.Models.StoreReadSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureBlobFSReadSettings+AzureBlobFSReadSettingsConverter))>]
type AzureBlobFSReadSettings = class
    inherit StoreReadSettings
Public Class AzureBlobFSReadSettings
Inherits StoreReadSettings
继承
AzureBlobFSReadSettings
属性

构造函数

AzureBlobFSReadSettings()

初始化 AzureBlobFSReadSettings 的新实例。

属性

AdditionalProperties

其他属性。

(继承自 StoreReadSettings)
DeleteFilesAfterCompletion

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

EnablePartitionDiscovery

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

FileListPath

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

MaxConcurrentConnections

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

(继承自 StoreReadSettings)
ModifiedDatetimeEnd

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

ModifiedDatetimeStart

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

PartitionRootPath

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

Recursive

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

WildcardFileName

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

WildcardFolderPath

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

适用于