Skip to content

Commit 9e8a591

Browse files
authored
[DataFactory] Add optional property disableChunking in FTP and SFTP read settings (#16633)
* [DataFactory] Add optional property disableChunking in FTP and SFTP read settings * Add "disableChunking" in Synapse stable version
1 parent 8fa31bd commit 9e8a591

File tree

3 files changed

+24
-0
lines changed
  • specification
    • datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes
    • synapse/data-plane/Microsoft.Synapse

3 files changed

+24
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,10 @@
789789
"useBinaryTransfer": {
790790
"type": "boolean",
791791
"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)."
792796
}
793797
}
794798
},
@@ -836,6 +840,10 @@
836840
"modifiedDatetimeEnd": {
837841
"type": "object",
838842
"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)."
839847
}
840848
}
841849
},

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,10 @@
652652
"useBinaryTransfer": {
653653
"type": "boolean",
654654
"description": "Specify whether to use binary transfer mode for FTP stores."
655+
},
656+
"disableChunking": {
657+
"type": "object",
658+
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
655659
}
656660
}
657661
},
@@ -699,6 +703,10 @@
699703
"modifiedDatetimeEnd": {
700704
"type": "object",
701705
"description": "The end of file's modified datetime. Type: string (or Expression with resultType string)."
706+
},
707+
"disableChunking": {
708+
"type": "object",
709+
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
702710
}
703711
}
704712
},

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,10 @@
652652
"useBinaryTransfer": {
653653
"type": "boolean",
654654
"description": "Specify whether to use binary transfer mode for FTP stores."
655+
},
656+
"disableChunking": {
657+
"type": "object",
658+
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
655659
}
656660
}
657661
},
@@ -699,6 +703,10 @@
699703
"modifiedDatetimeEnd": {
700704
"type": "object",
701705
"description": "The end of file's modified datetime. Type: string (or Expression with resultType string)."
706+
},
707+
"disableChunking": {
708+
"type": "object",
709+
"description": "If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean)."
702710
}
703711
}
704712
},

0 commit comments

Comments
 (0)