JobKind Enumeration

Specifies kinds of system jobs.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum JobKind
Members
  Member nameValueDescription
None0No job.
UpdateInMemoryCube1The job updates in-memory DataCube storage.
UpdateDataWarehouse2The job updates data warehouse DataCube storage.
Notification3The job executes notifications.
Maintenance4The job performs automated system cleanup tasks.
UpdateInMemoryCubeSequence5The job updates the in-memory storage for a sequence of data cubes.
UpdateWarehouseCubeSequence6The job updates the data warehouse storage for a sequence of data cubes.
Test255Testing only.
See Also