IDataCubeServiceScheduleDataWarehouse Method (Guid, ScheduleRule) |
Creates a scheduled task for warehousing the 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 Schedule ScheduleDataWarehouse(
Guid dataCubeId,
ScheduleRule scheduleRule
)
Function ScheduleDataWarehouse (
dataCubeId As Guid,
scheduleRule As ScheduleRule
) As Schedule
Schedule^ ScheduleDataWarehouse(
Guid dataCubeId,
ScheduleRule^ scheduleRule
)
abstract ScheduleDataWarehouse :
dataCubeId : Guid *
scheduleRule : ScheduleRule -> Schedule
Parameters
- dataCubeId
- Type: SystemGuid
- scheduleRule
- Type: Dundas.BI.SchedulingScheduleRule
Return Value
Type:
ScheduleExceptions Exception | Condition |
---|
NotFoundException | Storage job for tenant could not be found. |
ArgumentException | dataCubeId is Empty. |
ArgumentNullException | scheduleRule is . |
InvalidSessionException | The caller context is not associated with a valid session. |
NoPrivilegeException |
None of the following conditions have been met:
- The caller has Write access to the data cube and the caller's seat kind is Developer.
- The caller is a system administrator.
- The caller is a tenant administrator for the tenant associated with the data cube.
- The caller is a project administrator for the data cube's project.
|
Remarks
If tenantId is not provided, a schedule will be created for the storage job associated with data cube tenant,
or for non-tenant job otherwise. If tenantId is provided, a schedule will be created for the storage job associated with that tenant.
See Also