ITransferService Interface

Methods for performing operations on import and export.

Namespace: Dundas.BI.Transfer
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface ITransferService

The ITransferService type exposes the following members.

Methods
 NameDescription
Public methodDeleteExportConfiguration Deletes an existing export configuration.
Public methodExport Export a transfer file according to the specified export configuration.
Public methodGetExportConfigInfos Gets the collection of all lightweight export configurations info found in database.
Public methodGetExportConfiguration Retrieves an export configuration which specified by exportConfigId.
Public methodGetTransferFileInfo(Guid) Retrieves the basic information of a transfer file by ID.
Public methodGetTransferFileInfo(String) Retrieves the basic information of a transfer file by UNC path.
Public methodGetTransferFileInfo(Uri) Retrieves the basic information of a transfer file by URL.
Public methodImport Import a transfer file according to the specified import configuration.
Public methodRetrieveTransferFile Gets the contents of a stored transfer file.
Public methodSaveExportConfiguration Saves an export configuration.
Public methodStoreTransferFile Store a transfer file to the data warehouse.
Top
See Also