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