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: schemas/2018-06-01/Microsoft.DataFactory.json
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21173,10 +21173,10 @@
21173
21173
"properties": {},
21174
21174
"description": "The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string)."
21175
21175
},
21176
-
"compressionType": {
21176
+
"httpCompressionType": {
21177
21177
"type": "object",
21178
21178
"properties": {},
21179
-
"description": "Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. "
21179
+
"description": "Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. "
21180
21180
},
21181
21181
"httpRequestTimeout": {
21182
21182
"type": "object",
@@ -21198,11 +21198,6 @@
21198
21198
"enum": [
21199
21199
"RestSink"
21200
21200
]
21201
-
},
21202
-
"wrapRequestJsonInAnObject": {
21203
-
"type": "object",
21204
-
"properties": {},
21205
-
"description": "Wraps Request Array Json into an Object before calling the rest endpoint , Default is false. ex: if true request content sample format is { rows:[]} else the format is []"
0 commit comments