HierarchyStatisticsData Class

The data contract class that represents a HierarchyStatistics class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsElementStatisticsData
    Dundas.BI.WebApi.ModelsHierarchyStatisticsData

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

The HierarchyStatisticsData type exposes the following members.

Constructors
 NameDescription
Public methodHierarchyStatisticsData Initializes a new instance of the HierarchyStatisticsData 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)
Top
See Also