LevelPopulationPolicy Enumeration |
The supported population policies for hierarchy levels.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum LevelPopulationPolicy
Public Enumeration LevelPopulationPolicy
public enum class LevelPopulationPolicy
type LevelPopulationPolicy
Members
| Member name | Value | Description |
---|
| Auto | 0 |
Levels are always returned, unless a 'TooManyLevels' warning has been detected.
|
| Always | 1 |
Levels are always returned, even if a 'TooManyLevels' warning has been detected.
|
See Also