OptimizerResult Properties

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