DataCubeInfoDataExcludeFromMemoryManagement Property

Gets a value indicating whether this cube is excluded from the memory management process, when the storage type is set to in-memory. Cubes excluded from memory management are not compressed, so they perform faster, at the expense of significant memory consumption.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "excludeFromMemoryManagement", EmitDefaultValue = false)]
public bool ExcludeFromMemoryManagement { get; set; }

Property Value

Type: Boolean
if the cube is excluded from memory management; otherwise, .
See Also