Open this page in the API Guide

IDataInputService.RetrieveStorageDataAsync 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.4.0.1000)
Syntax
DataInputRetrievalContext RetrieveStorageDataAsync(
	DataInputRetrievalRequest request
)

Parameters

request
Type: Dundas.BI.Data.DataInput.DataInputRetrievalRequest
The data input retrieval request.

Return Value

Type: DataInputRetrievalContext
The data retrieval context.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest is null.
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