From 9e8a591da83285d863866ecd2f6fe87a72758a7d Mon Sep 17 00:00:00 2001 From: Guosen Wang Date: Sat, 13 Nov 2021 00:31:23 +0800 Subject: [PATCH] [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 --- .../stable/2018-06-01/entityTypes/Pipeline.json | 8 ++++++++ .../preview/2021-06-01-preview/entityTypes/Pipeline.json | 8 ++++++++ .../stable/2020-12-01/entityTypes/Pipeline.json | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index eb89dece017a..5e26933b60db 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -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)." } } }, @@ -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)." } } }, diff --git a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json index d49499a7eaa2..7c9801518e66 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json @@ -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)." } } }, @@ -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)." } } }, diff --git a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json index 3fa4e3767a44..694f6c3edc7f 100644 --- a/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json +++ b/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json @@ -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)." } } }, @@ -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)." } } },