StreamPut - Save the stream contents

This component saves the contents of the input stream on the memory.

The stream contents is kept in the scope specified by Scope. It can be acquired by StreamGet. It can be removed by StreamRemove.

Stream Information

InputFormatAll
Number of Inputs1
DescriptionAccepts all stream types.
OutputFormatAll
Description

The input stream is copied to the output stream.

Component Properties

NameData TypeMappingDescription
StreamNamestringIn & Out Specifies the key to be used when acquiring the stream.
Scopechoice- Specifies the scope.
Request - Can be retrieved in the current request
Session - Can be retrieved in the current session
KeySetOperationchoice- Specifies the behavior of when the stream already exists.
Replace - Replaces with the input stream.
Error - Throws exception.
Ignore - Do nothing.

Transaction

CommitDo nothing
RollbackDo nothing

Exceptions

TypeParameterStream for error handling flowError
Code
Description
Exception None This component's input stream1When KeySetOperation is set to Error