ITransferService Interface |
Namespace: Dundas.BI.Transfer
The ITransferService type exposes the following members.
Name | Description | |
---|---|---|
DeleteExportConfiguration |
Deletes an existing export configuration.
| |
Export |
Export a transfer file according to the specified export configuration.
| |
GetExportConfigInfos |
Gets the collection of all lightweight export configurations info found in database.
| |
GetExportConfiguration |
Retrieves an export configuration which specified by exportConfigId.
| |
GetTransferFileInfo(Guid) |
Retrieves the basic information of a transfer file by ID.
| |
GetTransferFileInfo(String) |
Retrieves the basic information of a transfer file by UNC path.
| |
GetTransferFileInfo(Uri) |
Retrieves the basic information of a transfer file by URL.
| |
Import |
Import a transfer file according to the specified import configuration.
| |
RetrieveTransferFile |
Gets the contents of a stored transfer file.
| |
SaveExportConfiguration |
Saves an export configuration.
| |
StoreTransferFile |
Store a transfer file to the data warehouse.
|