StreamRemove - Removes saved streams
This component removes the saved stream content from the memory.
The stream saved by StreamPut can be removed.
Stream Information
| Input | Format | All |
| Number of Inputs | 1 |
| 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
|
|
| NotFoundOperation | choice | - |
Specifies the behavior of when deletion is failed.
| PassStream | - | Outputs the input stream
|
| Error | - | Throws exception
|
|
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 NotFoundOperation is set to Error |