Use the compressedBinaryData property
Use the compressedBinaryData property
You can use the compressedBinaryData
property when you want to push 5 MB or less of uncompressed, or Deflate, GZip, LZMA, or ZLib compressed, then Base64 encoded binary or non-binary item data.
Use the compressedBinaryData property when pushing a single item
The following example shows how you can use the compressedBinaryData
property to specify item data when performing the PUT /sources/{sourceId}/documents
HTTP request.
When using the
Those values are case sensitive.
The default value is |
Sample request
Request definition
|
Request body
|
Successful response - 202 Accepted
|
Use the compressedBinaryData property when uploading a batch of items
The following example shows how you can use the compressedBinaryData
property to specify item data when performing a PUT uploadUri
HTTP request.
When using the
Those values are case sensitive.
The default value is |
Sample request
Request definition
|
Request body
|
Successful response - 200 OK
|