你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FtpReadSettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Ftp 读取设置。
public class FtpReadSettings : Azure.ResourceManager.DataFactory.Models.StoreReadSettings
type FtpReadSettings = class
inherit StoreReadSettings
Public Class FtpReadSettings
Inherits StoreReadSettings
- 继承
构造函数
FtpReadSettings() |
初始化 FtpReadSettings 的新实例。 |
属性
AdditionalProperties |
附加属性 若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)。 若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)。 示例:
|
DeleteFilesAfterCompletion |
指示复制完成后是否需要删除源文件。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。 |
DisableChunking |
如果为 true,则禁用每个文件中的并行读取。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。 |
DisableMetricsCollection |
如果为 true,则禁用数据存储指标收集。 默认值为 false。 类型:布尔 (或 resultType 布尔) 表达式。 (继承自 StoreReadSettings) |
EnablePartitionDiscovery |
指示是否启用分区发现。 类型:布尔 (或 resultType 布尔) 表达式。 |
FileListPath |
指向一个文本文件,该文件列出每个文件 (要复制的数据集) 中配置的路径的相对路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
MaxConcurrentConnections |
源数据存储的最大并发连接计数。 类型:integer (或 expression with resultType integer) 。 (继承自 StoreReadSettings) |
PartitionRootPath |
指定分区发现从其开始的根路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
Recursive |
如果为 true,则将以递归方式读取文件夹路径下的文件。 默认为 true。 类型:布尔 (或 resultType 布尔) 表达式。 |
UseBinaryTransfer |
指定是否对 FTP 存储使用二进制传输模式。 类型:布尔 (或 resultType 布尔) 表达式。 |
WildcardFileName |
Ftp wildcardFileName。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |
WildcardFolderPath |
Ftp wildcardFolderPath。 类型:字符串 (或带有 resultType 字符串) 的表达式。 |