Skip to content

Commit

Permalink
[DataFactory] add an option for SFTP to support direct upload (#8410)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbzhxying authored Feb 21, 2020
1 parent 08ae9bc commit dc9ec3a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@
"operationTimeout": {
"description": "Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).",
"type": "object"
},
"useTempFileRename": {
"description": "Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).",
"type": "object"
}
}
},
Expand Down

0 comments on commit dc9ec3a

Please sign in to comment.