Open this page in the API Guide

OptimizerResult Class

Class used for storing the data retrieval optimization analysis result.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.DataRetrieval.OptimizerResult

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class OptimizerResult

The OptimizerResult type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisMessage
Gets the resulting analysis message, indicating the possible automatic optimizations, if any are found.
Public propertyIsInMemoryOptimizable
Gets a flag indicating if the underlying MetricSet for the current data request can be optimized by modelling its corresponding DataCube in-memory.
Public propertyIsWarehouseOptimizable
Gets a flag indicating if the underlying MetricSet for the current data request can be optimized by warehousing its corresponding DataCube.
Top
See Also