34 "desc":
"File move data provider; moves files or entire directory trees on the filesystem given source "
35 "and target paths as arguments",
36 "type":
"FileMoveDataProvider",
37 "supports_request": True,
42 AbstractDataProvider::DataProviderSummaryInfoKeys
The File move data provider class.
Definition: FileMoveDataProvider.qc.dox.h:28
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const ProviderInfo
Provider info.
Definition: FileMoveDataProvider.qc.dox.h:32
const RequestType
Request type.
Definition: FileMoveDataProvider.qc.dox.h:46
const ProviderSummaryInfo
Provider summary info.
Definition: FileMoveDataProvider.qc.dox.h:41
const ResponseType
Response type.
Definition: FileMoveDataProvider.qc.dox.h:49
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
string getName()
Returns the data provider name.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
Data type for move file request calls.
Definition: FileMoveRequestDataType.qc.dox.h:27
Data type for file response APIs with a single "target" key.
Definition: FileTargetResponseDataType.qc.dox.h:27
Qore FileDataProvider module definition.
Definition: FileCopyDataProvider.qc.dox.h:26