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
| Input | Format | All |
| Number of Inputs | 1 |
| Description | Accepts all stream types. |
| Output | Format | All |
| Description |
The input stream is copied to the output stream.
|
Component Properties
| Name | Data Type | Mapping | Description |
| StreamName | string | In & Out |
Specifies the key to be used when acquiring the stream.
|
| Scope | choice | - |
Specifies the scope.
| Request | - | Can be retrieved in the current request
|
| Session | - | Can be retrieved in the current session
|
|
| KeySetOperation | choice | - |
Specifies the behavior of when the stream already exists.
| Replace | - | Replaces with the input stream.
|
| Error | - | Throws exception.
|
| Ignore | - | Do nothing.
|
|
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 KeySetOperation is set to Error |