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)
SyntaxPublic Enumeration StorageType
public enum class StorageType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
The data is not explicitly stored by the data cube, and will be retrieved from the original data source.
|
| DataWarehouse | 1 |
The DBI data warehouse.
|
| InMemoryCube | 2 |
The DBI in-memory cube analysis structure.
|
| IncrementalDataWarehouse | 3 |
The DBI incremental data warehouse.
|
| IncrementalInMemoryCube | 4 |
The DBI incremental in-memory cube analysis structure.
|
See Also