Qorus Integration Engine®
5.1.31_git
|
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 More... | |
constructor (QorusSystemRestHelper remote, *hash< auto > opts) | |
constructor taking an OMQ::QorusSystemRestHelper object for the remote connection More... | |
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:
|
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:
|