dundas.data.StatisticsResult Class

 

Inheritance Hierarchy

 
Class
   dundas.data.StatisticsResult
 

Constructors

 
  Name Description
init Initializes the StatisticsResult. Called during construction.
 
 

Properties

 
  Name Description
clientData Gets or sets the client data information that is returned unmodified with the result.
dataStamp Gets or sets the data stamp information. See Dundas.BI.WebApi.Models.DataStampData for return structure.
exception Gets or sets the exception that might have come during retrieval.
metricSet Gets or sets the involved metric set.
request Gets or sets the request that started this result.
statistics Gets the element statistics. See Dundas.BI.WebApi.Models.ElementStatisticsData, MeasureStatisticsData, TimeHierarchyStatisticsData and HierarchyStatisticsData for return structure.
warnings Gets or sets any warnings that might have come during retrieval. See Dundas.BI.WebApi.Models.DataWarningData for return structure.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.