You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -789,6 +789,10 @@
789
789
"useBinaryTransfer": {
790
790
"type": "boolean",
791
791
"description": "Specify whether to use binary transfer mode for FTP stores."
792
+
},
793
+
"disableChunking": {
794
+
"type": "object",
795
+
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
792
796
}
793
797
}
794
798
},
@@ -836,6 +840,10 @@
836
840
"modifiedDatetimeEnd": {
837
841
"type": "object",
838
842
"description": "The end of file's modified datetime. Type: string (or Expression with resultType string)."
843
+
},
844
+
"disableChunking": {
845
+
"type": "object",
846
+
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
0 commit comments