DataCubeExcludeFromMemoryManagement Property |
Gets or sets 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.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool ExcludeFromMemoryManagement { get; set; }
Public Property ExcludeFromMemoryManagement As Boolean
Get
Set
public:
property bool ExcludeFromMemoryManagement {
bool get ();
void set (bool value);
}
member ExcludeFromMemoryManagement : bool with get, set
Property Value
Type:
Boolean if the cube is excluded from memory management; otherwise,
.
See Also