Zip
Creates a zip archive stream that contains a single file from the supplied input stream.
Revision History
0.0.0.1 - Initial release.
0.0.0.6 - Fix attributes.
0.0.0.7 - Node name correction.
Setup Notes
You can add this Node to a Workflow without authentication or external setup.
Methods
Create
| Parameters | Type | Notes |
|---|---|---|
Filename |
String | The file name to store inside the zip archive. |
Compression level |
Dropdown | Options: Optimal, Fastest, NoCompression, SmallestSize. |
Stream |
Stream | Input stream of the file to be zipped. |
| Return | Type | Notes |
|---|---|---|
ZippedContent |
Stream | Zipped archive containing the input file. |