Skip to content

Commit 47fa8d7

Browse files
authored
[Improve-#1379][ftp][docs] add maxFetchSize (#1380)
1 parent 65c25e0 commit 47fa8d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs_zh/ChunJun连接器/ftp/ftp-source.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ linux:[地址](https://yq.aliyun.com/articles/435356?spm=a2c4e.11163080.search
154154
- 字段类型:string
155155
- 默认值:无
156156

157+
- **maxFetchSize**
158+
- 描述:如果文件大小, 大于配置的这个值, 开启文件并发读功能, 目前只支持sftp协议, 以\n为行分隔符的文本(csv, txt)
159+
- 必选:否
160+
- 字段类型:long
161+
- 默认值:1024 * 1024 * 1024
157162

158163
- **compressType**
159164
- 描述:文件压缩类型,目前只支持ZIP压缩格式
@@ -183,7 +188,7 @@ linux:[地址](https://yq.aliyun.com/articles/435356?spm=a2c4e.11163080.search
183188
- 默认值:无
184189
- 示例:
185190
- csv文件是否进行trim:`"fileConfig":{"trimWhitespace":true}`
186-
191+
187192

188193
#### 2、sql
189194

0 commit comments

Comments
 (0)