Open this page in the API Guide

IDataCubeService.ConfigureCubeStorage Method

Overload List
  NameDescription
Public methodConfigureCubeStorage(Guid, StorageType, IEnumerable<Guid>, Boolean, Boolean, Nullable<TimeSpan>)
Configures the storage, memory and caching options for the specified data cube.
Public methodConfigureCubeStorage(Guid, StorageType, IEnumerable<Guid>, Boolean, Boolean, Nullable<TimeSpan>, EntitySaveOptions)
Configures the storage, memory and caching options for the specified data cube.
Public methodConfigureCubeStorage(Guid, StorageType, IEnumerable<Guid>, Boolean, Boolean, Nullable<TimeSpan>, Boolean)
Configures the storage, memory and caching options for the specified data cube.
Public methodConfigureCubeStorage(Guid, StorageType, IEnumerable<Guid>, Boolean, Boolean, Nullable<TimeSpan>, EntitySaveOptions, Boolean)
Configures the storage, memory and caching options for the specified data cube.
Top
See Also