IDataInputServiceRetrieveStorageDataAsync Method

Retrieves the data input records from the specified storage table.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
DataInputRetrievalContext RetrieveStorageDataAsync(
	DataInputRetrievalRequest request
)

Parameters

request
Type: Dundas.BI.Data.DataInputDataInputRetrievalRequest
The data input retrieval request.

Return Value

Type: DataInputRetrievalContext
The data retrieval context.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest is .
NotFoundException

The data cube with the specified ID does not exist

or the data input transform with the specified ID does not exist.

NoPrivilegeException

The caller does not have the DataCubeInput privilege

or the caller does not have the Read on the data cube.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also