StreamGet - Acquires the stream content

This component acquires the contents of stream saved in the memory.

The stream content saved by StreamPut can be retrieved.

Stream Information

InputFormatAll
Number of Inputs1
Description

The input stream is not used. Stream formats are not selectable.

OutputFormatAll

Component Properties

NameData TypeMappingDescription
StreamNamestringIn & Out Specifies the key when the stream is saved.
Scopechoice- Specifies the scope.
Request - Can be retrieved in the current request
Session - Can be retrieved in the current session
StreamGetOperationchoice- Specifies the behavior of when the stream is not found.
EmptyStream - Outputs empty stream
Error - Throws exception
StreamRemovebooleanIn & Out Specifies whether to remove the stream when acquiring it successfully.
true [true] - Removes
false [false] - Doesn't remove

Loop

Transaction

CommitDo nothing
RollbackDo nothing

Exceptions

TypeParameterStream for error handling flowError
Code
Description
Exception None This component's input stream1When StreamGetOperation is set to Error
2When the type of stream is different