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 Enumeration JobKind
public enum class JobKind
Members
| Member name | Value | Description |
---|
| None | 0 | No job. |
| UpdateInMemoryCube | 1 | The job updates in-memory DataCube storage. |
| UpdateDataWarehouse | 2 | The job updates data warehouse DataCube storage. |
| Notification | 3 | The job executes notifications. |
| Maintenance | 4 | The job performs automated system cleanup tasks. |
| UpdateInMemoryCubeSequence | 5 | The job updates the in-memory storage for a sequence of data cubes. |
| UpdateWarehouseCubeSequence | 6 | The job updates the data warehouse storage for a sequence of data cubes. |
| Test | 255 | Testing only. |
See Also