DataCubeDataExcludeFromMemoryManagement 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.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "excludeFromMemoryManagement")]
public bool ExcludeFromMemoryManagement { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "excludeFromMemoryManagement")>
Public Property ExcludeFromMemoryManagement As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"excludeFromMemoryManagement")]
property bool ExcludeFromMemoryManagement {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "excludeFromMemoryManagement")>]
member ExcludeFromMemoryManagement : bool with get, set
Property Value
Type:
Boolean if the cube is excluded from memory management; otherwise,
.
See Also