DataCubeInfoExcludeFromMemoryManagement 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.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; }
Public ReadOnly Property ExcludeFromMemoryManagement As Boolean
Get
public:
property bool ExcludeFromMemoryManagement {
bool get ();
}
member ExcludeFromMemoryManagement : bool with get
Property Value
Type:
Boolean if the cube is excluded from memory management; otherwise,
.
See Also