IDataCubeServiceBuildInMemoryCubeAsync Method

Starts the build of the in-memory cube for the specified data cube.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Task BuildInMemoryCubeAsync(
	Guid dataCubeId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.

Return Value

Type: Task
A task representing the asynchronous operation.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
NotFoundExceptionThe data cube could not be found.
NoPrivilegeException None of the following conditions have been met:
  1. The caller has Write access to the data cube and the caller's seat kind is Developer.
  2. The caller is a system administrator.
  3. The caller is a tenant administrator for the tenant associated with the data cube.
  4. The caller is a project administrator for the data cube's project.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also