TimeHierarchyStatisticsData Class

The data contract class that represents a TimeHierarchyStatistics class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsElementStatisticsData
    Dundas.BI.WebApi.ModelsTimeHierarchyStatisticsData

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 TimeHierarchyStatisticsData : ElementStatisticsData

The TimeHierarchyStatisticsData type exposes the following members.

Constructors
  NameDescription
Public methodTimeHierarchyStatisticsData
Initializes a new instance of the TimeHierarchyStatisticsData 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 propertyLowerMaximum
Gets maximum DateTime for the requested time hierarchy. The calculation is based only on the main member time of the time hierarchy members.
Public propertyMinimumDate
Gets the minimum DateTime for the requested time hierarchy.
Public propertyUpperMaximum
Gets maximum DateTime for the requested time hierarchy. The calculation is based only on the main member time of the time hierarchy members.
Top
See Also