Skip to content

Commit

Permalink
DataFactory: Update Rest Sink properties based on ship room comments. (
Browse files Browse the repository at this point in the history
…Azure#10815)

* add rest sink swagger

* update with shiproom comments

Co-authored-by: Kalyan C Kesireddy <kalyanke@microsoft.com>
  • Loading branch information
2 people authored and nitegupt committed Sep 25, 2020
1 parent 30696c7 commit 982325d
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2203,13 +2203,9 @@
"type": "object",
"description": "The time to await before sending next request, in milliseconds "
},
"compressionType": {
"httpCompressionType": {
"type": "object",
"description": "Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. "
},
"wrapRequestJsonInAnObject": {
"type": "object",
"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 []"
"description": "Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. "
}
}
},
Expand Down

0 comments on commit 982325d

Please sign in to comment.