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
| Input | Format | All |
| Number of Inputs | 1 |
| Description |
The input stream is not used. Stream formats are not selectable.
|
| Output | Format | All |
Component Properties
| Name | Data Type | Mapping | Description |
| StreamName | string | In & Out |
Specifies the key when the stream is saved.
|
| Scope | choice | - |
Specifies the scope.
| Request | - | Can be retrieved in the current request
|
| Session | - | Can be retrieved in the current session
|
|
| StreamGetOperation | choice | - |
Specifies the behavior of when the stream is not found.
| EmptyStream | - | Outputs empty stream
|
| Error | - | Throws exception
|
|
| StreamRemove | boolean | In & Out |
Specifies whether to remove the stream when acquiring it successfully.
| true [true]
| - | Removes
|
| false [false]
| - | Doesn't remove
|
|
Loop
Transaction
| Commit | Do nothing |
| Rollback | Do nothing |
Exceptions
| Type | Parameter | Stream for error handling flow | Error Code | Description |
|
Exception
|
None
| This component's input stream | 1 | When StreamGetOperation is set to Error |
| 2 | When the type of stream is different |