Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,10 @@
"useBinaryTransfer": {
"type": "boolean",
"description": "Specify whether to use binary transfer mode for FTP stores."
},
"disableChunking": {
"type": "object",
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down Expand Up @@ -836,6 +840,10 @@
"modifiedDatetimeEnd": {
"type": "object",
"description": "The end of file's modified datetime. Type: string (or Expression with resultType string)."
},
"disableChunking": {
"type": "object",
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@
"useBinaryTransfer": {
"type": "boolean",
"description": "Specify whether to use binary transfer mode for FTP stores."
},
"disableChunking": {
"type": "object",
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down Expand Up @@ -699,6 +703,10 @@
"modifiedDatetimeEnd": {
"type": "object",
"description": "The end of file's modified datetime. Type: string (or Expression with resultType string)."
},
"disableChunking": {
"type": "object",
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@
"useBinaryTransfer": {
"type": "boolean",
"description": "Specify whether to use binary transfer mode for FTP stores."
},
"disableChunking": {
"type": "object",
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down Expand Up @@ -699,6 +703,10 @@
"modifiedDatetimeEnd": {
"type": "object",
"description": "The end of file's modified datetime. Type: string (or Expression with resultType string)."
},
"disableChunking": {
"type": "object",
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down