baseROLAPCubeConfiguration
Defines the abstract class for the set of common ROLAP configuration data.
This class
is an abstract type used to define properties that are inherited by other types
Derived Classes
References
- Used by the following properties:
What's new
- New in Version 10.1.1 — IBM Cognos ROLAP Administration
This class was added.
Properties
This class has the following properties.
- dataCacheSizeLimit
Specifies the maximum size, in MB, of the ROLAP cube data cache.
This property
is of type
int
is encoded as type
xs:int
has a default value of
1024
must contain a value greater than or equal to
0
- New in Version 10.1.1 — IBM Cognos ROLAP Administration
This property was added.
- dataSourceName
Specifies the name of the ROLAP cube data source to be configured.
This property
is of type
string
is encoded as type
xs:string
- New in Version 10.1.1 — IBM Cognos ROLAP Administration
This property was added.
- disabled
Specifies whether the ROLAP cube is disabled.
This property
is of type
boolean
is encoded as type
xs:boolean
has a default value of
false
- New in Version 10.1.1 — IBM Cognos ROLAP Administration
This property was added.
- disableResultSetCache
Specifies whether the result set cache is disabled.
This property
is of type
boolean
is encoded as type
xs:boolean
has a default value of
false
- New in Version 10.1.1 — IBM Cognos ROLAP Administration
This property was added.
- multiDimensionalQuerySizeLimit
Specifies the memory size, in MB, allotted to each locally executed multi-dimensional query. A value less than 0 means that the actual value should be obtained from bibus » configuration » qsMultiDimensionalQuerySizeLimit, bibus » configurationFolder » qsMultiDimensionalQuerySizeLimit, bibus » dispatcher » qsMultiDimensionalQuerySizeLimit, and bibus » queryService » qsMultiDimensionalQuerySizeLimit.
This property
is of type
int
is encoded as type
xs:int
has a default value of
-1
- New in Version 10.2.0 — IBM Cognos Dynamic Cubes Aggregate Advisor configuration
This property was added.
- resultSetCacheSizeLimit
Specifies the maximum size, in MB, of the result set cache for the ROLAP cube.
This property
is of type
int
is encoded as type
xs:int
has a default value of
1024
must contain a value greater than or equal to
100
- New in Version 10.1.1 — IBM Cognos ROLAP Administration
This property was added.
- startupTriggerName
Specifies the trigger event that is initiated once the ROLAP cube has started.
This property
is of type
string
is encoded as type
xs:string
- New in Version 10.1.1 — IBM Cognos ROLAP Administration
This property was added.