Skip to content

Commit 352ea0f

Browse files
committed
Add HTTP connector payload size limit
1 parent ca63491 commit 352ea0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/data-factory/connector-http.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 05/22/2018
15+
ms.date: 08/24/2018
1616
ms.author: jingwang
1717

1818
---
@@ -166,6 +166,9 @@ To copy data from HTTP, set the type property of the dataset to **HttpFile**. Th
166166
| format | If you want to **retrieve data from HTTP endpoint as-is** without parsing it and copy to a file-based store, skip the format section in both input and output dataset definitions.<br/><br/>If you want to parse the HTTP response content during copy, the following file format types are supported: **TextFormat**, **JsonFormat**, **AvroFormat**, **OrcFormat**, **ParquetFormat**. Set the **type** property under format to one of these values. For more information, see [Json Format](supported-file-formats-and-compression-codecs.md#json-format), [Text Format](supported-file-formats-and-compression-codecs.md#text-format), [Avro Format](supported-file-formats-and-compression-codecs.md#avro-format), [Orc Format](supported-file-formats-and-compression-codecs.md#orc-format), and [Parquet Format](supported-file-formats-and-compression-codecs.md#parquet-format) sections. |No |
167167
| compression | Specify the type and level of compression for the data. For more information, see [Supported file formats and compression codecs](supported-file-formats-and-compression-codecs.md#compression-support).<br/>Supported types are: **GZip**, **Deflate**, **BZip2**, and **ZipDeflate**.<br/>Supported levels are: **Optimal** and **Fastest**. |No |
168168

169+
>[!NOTE]
170+
>The supported HTTP request payload size is around 500KB. If the payload size you want to pass to your web endpoint is larger than this, consider to batch into smaller chunks.
171+
169172
**Example 1: using Get method (default)**
170173

171174
```json

0 commit comments

Comments
 (0)