NumericHierarchyStatisticsData Class

The data contract class that represents a NumericHierarchyStatistics class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsElementStatisticsData
    Dundas.BI.WebApi.ModelsNumericHierarchyStatisticsData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class NumericHierarchyStatisticsData : ElementStatisticsData

The NumericHierarchyStatisticsData type exposes the following members.

Constructors
  NameDescription
Public methodNumericHierarchyStatisticsData
Initializes a new instance of the NumericHierarchyStatisticsData class.
Top
Properties
  NameDescription
Public propertyCount
Gets the cell count for the current measure.
Public propertyDistinctCount
Gets the distinct count for the current hierarchy.
Public propertyElementUniqueName
Gets the analysis element unique name for which the statistics are calculated for.
(Inherited from ElementStatisticsData.)
Public propertyMaximumNumber
Gets the maximum Number for the current numeric hierarchy.
Public propertyMinimumNumber
Gets the minimum Number for the current numeric hierarchy.
Top
See Also