![]() |
Qorus Integration Engine® Enterprise Edition 7.1.0_prod
|
A high level API for a remote system.fs service. More...
Public Member Methods | |
| constructor (string remote, *hash< auto > opts) | |
| constructor taking a string giving the name of the remote connection for the remote server | |
| constructor (QorusSystemRestHelper remote, *hash< auto > opts) | |
| constructor taking an OMQ::QorusSystemRestHelper object for the remote connection | |
| OMQ::StreamConfig | config () |
| returns the configuration object | |
| disconnect () | |
| Disconnects the connection. | |
A high level API for a remote system.fs service.
FsRemote provides a high level API for the system.fs service in remote Qorus instances. Use it for single filesystem operations.
This class does not have any of its own methods; all method calls are redirected to the system.fs service transparently.
| OMQ::FsRemote::constructor | ( | QorusSystemRestHelper | remote, |
| *hash< auto > | opts | ||
| ) |
constructor taking an OMQ::QorusSystemRestHelper object for the remote connection
| remote | an OMQ::QorusSystemRestHelper object |
| opts | optional Streaming API Constructor Options as follows:
|
| OMQ::FsRemote::constructor | ( | string | remote, |
| *hash< auto > | opts | ||
| ) |
constructor taking a string giving the name of the remote connection for the remote server
| remote | a string giving the name of the remote connection for the remote server |
| opts | optional Streaming API Constructor Options as follows:
|