qie.getStreamPath¶
Signature: qie.getStreamPath()
Returns: String streamPath - the Stream Path for the current channel
Retrieves channel Stream Path.
Note
Only applies to FTP, File, and Network Share. When 'Stream messages to disk' is checked, the message is not stored in memory; the channel instead receives a filename pointing to the file on disk. Cleanup is not automatic - the channel author must add a script that deletes the file once the channel is done with it (e.g. qie.deleteFile in a mapping or destination script). Files that are not explicitly deleted will accumulate in the stream path.
Parameters¶
None