StorageType Enumeration

Specifies possible data storage solutions for a DataCube.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum StorageType
Members
  Member nameValueDescription
None0 The data is not explicitly stored by the data cube, and will be retrieved from the original data source.
DataWarehouse1 The DBI data warehouse.
InMemoryCube2 The DBI in-memory cube analysis structure.
IncrementalDataWarehouse3 The DBI incremental data warehouse.
IncrementalInMemoryCube4 The DBI incremental in-memory cube analysis structure.
See Also