MeasureStatisticsData Class

The data contract class that represents a MeasureStatistics class.
Inheritance Hierarchy

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

The MeasureStatisticsData type exposes the following members.

Constructors
  NameDescription
Public methodMeasureStatisticsData
Initializes a new instance of the MeasureStatisticsData class.
Top
Properties
  NameDescription
Public propertyAverage
Gets the average for the current measure.
Public propertyCount
Gets the cell count for the current measure.
Public propertyDistinctCount
Gets the distinct count for the current measure values.
Public propertyElementUniqueName
Gets the analysis element unique name for which the statistics are calculated for.
(Inherited from ElementStatisticsData.)
Public propertyFormattedAverage
Gets the formatted average value for the current measure.
Public propertyFormattedMaximum
Gets the formatted maximum value for the current measure.
Public propertyFormattedMedian
Gets the formatted median value for the current measure.
Public propertyFormattedMinimum
Gets the formatted minimum value for the current measure.
Public propertyFormattedModeMax
Gets the formatted maximum mode value for the current measure.
Public propertyFormattedModeMin
Gets the formatted minimum mode value for the current measure.
Public propertyFormattedSmallestNonZero
Gets the formatted smallest non zero value for current measure.
Public propertyFormattedSum
Gets the formatted sum value for the current measure.
Public propertyMaximum
Gets the maximum value for current measure.
Public propertyMedian
Gets the median value for the current measure.
Public propertyMinimum
Gets the minimum value for current measure.
Public propertyModeMax
Gets the maximum mode value for current measure.
Public propertyModeMin
Gets the minimum mode value for current measure.
Public propertyNullCount
Gets the null count.
Public propertySmallestNonZero
Gets the smallest non zero value for current measure.
Public propertySum
Gets the sum for the current measure.
Top
See Also