IDataCubeServiceGetDataCubeInfos Method (ICollectionGuid, NullableGuid, NullableStorageType, NullableJobRunResult)

Return the collection of DataCubeInfo for the specified project and tenant ID.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
IList<DataCubeInfo> GetDataCubeInfos(
	ICollection<Guid> queryRootIds,
	Guid? tenantId,
	StorageType? storage,
	JobRunResult? jobRunResult
)

Parameters

queryRootIds
Type: System.Collections.GenericICollectionGuid
The folder IDs under which to query. Use AllProjectRootFolders when requesting information for all projects.
tenantId
Type: SystemNullableGuid
The tenant ID (ignored if the caller is associated with a tenant).
storage
Type: SystemNullableStorageType
The storage category. Use when requesting information irrespective of the storage category.
jobRunResult
Type: SystemNullableJobRunResult
The latest result status for the associate job. Use when requesting information irrespective of the result.

Return Value

Type: IListDataCubeInfo
The list of specified DataCubeInfo.
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
ArgumentNullExceptionqueryRootIds is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also