IDataCubeServiceConfigureCubeStorage(Guid, StorageType, IEnumerableGuid, Boolean, Boolean, NullableTimeSpan) Method |
Configures the storage, memory and caching options for the specified data cube.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ConfigureCubeStorage(
Guid dataCubeId,
StorageType category,
IEnumerable<Guid> incrementElementIds,
bool excludeFromMemoryManagement,
bool disableDataCache,
TimeSpan? cacheExpiration
)
Sub ConfigureCubeStorage (
dataCubeId As Guid,
category As StorageType,
incrementElementIds As IEnumerable(Of Guid),
excludeFromMemoryManagement As Boolean,
disableDataCache As Boolean,
cacheExpiration As TimeSpan?
)
void ConfigureCubeStorage(
Guid dataCubeId,
StorageType category,
IEnumerable<Guid>^ incrementElementIds,
bool excludeFromMemoryManagement,
bool disableDataCache,
Nullable<TimeSpan> cacheExpiration
)
abstract ConfigureCubeStorage :
dataCubeId : Guid *
category : StorageType *
incrementElementIds : IEnumerable<Guid> *
excludeFromMemoryManagement : bool *
disableDataCache : bool *
cacheExpiration : Nullable<TimeSpan> -> unit Parameters
- dataCubeId Guid
- The data cube ID.
- category StorageType
- The incremental storage category.
- incrementElementIds IEnumerableGuid
- The IDs of the output elements selected for incremental process control.
- excludeFromMemoryManagement Boolean
- Flag indicating if the in-memory cube should be excluded from memory management or not.
- disableDataCache Boolean
- Flag indicating if data cache should be disabled or not.
- cacheExpiration NullableTimeSpan
- The lifetime duration for the cube data cache.
Exceptions
See Also