IDataCubeServiceScheduleInMemorySequenceCubes Method |
Configure a single sequence of data cubes for in-memory storage. The storage process is executed sequentially for each reference 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 ScheduleInMemorySequenceCubes(
IList<Guid> dataCubeIds,
ScheduleRule scheduleRule,
bool triggerReferencesProcess,
Guid? tenantId
)
Function ScheduleInMemorySequenceCubes (
dataCubeIds As IList(Of Guid),
scheduleRule As ScheduleRule,
triggerReferencesProcess As Boolean,
tenantId As Guid?
) As Schedule
Schedule^ ScheduleInMemorySequenceCubes(
IList<Guid>^ dataCubeIds,
ScheduleRule^ scheduleRule,
bool triggerReferencesProcess,
Nullable<Guid> tenantId
)
abstract ScheduleInMemorySequenceCubes :
dataCubeIds : IList<Guid> *
scheduleRule : ScheduleRule *
triggerReferencesProcess : bool *
tenantId : Nullable<Guid> -> Schedule
Parameters
- dataCubeIds
- Type: System.Collections.GenericIListGuid
The specified data cube IDs. - scheduleRule
- Type: Dundas.BI.SchedulingScheduleRule
The schedule to use for cube processing. - triggerReferencesProcess
- Type: SystemBoolean
If , then referenced cubes are processed automatically prior to the specified data cubes. - tenantId
- Type: SystemNullableGuid
The tenant ID. Use if the operation is for general purpose.
Return Value
Type:
ScheduleThe newly created schedule object.
Exceptions Remarks If a tenant is specified, the value of the triggerReferencesProcess is ignored.
See Also