Skip to content

Commit e412537

Browse files
committed
Add deleteFilesAfterCompletion to HDFS source
1 parent 221baf8 commit e412537

File tree

1 file changed

+4
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+4
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,10 @@
779779
"distcpSettings": {
780780
"description": "Specifies Distcp-related settings.",
781781
"$ref": "#/definitions/DistcpSettings"
782+
},
783+
"deleteFilesAfterCompletion": {
784+
"type": "object",
785+
"description": "Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean)."
782786
}
783787
}
784788
},

0 commit comments

Comments
 (0)