Click or drag to resize
TrendingDetails Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing trending details for a query.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineTrendingDetails

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TrendingDetails : _TrendingDetails, 
	ISerializable

The TrendingDetails type exposes the following members.

Constructors
  NameDescription
Public methodTrendingDetails
Initializes a new instance of the TrendingDetails class
Top
Methods
Fields
Properties
  NameDescription
Public propertyDateColumn
Gets and sets the date column that will be used to define periods for which trends will be derived
Public propertyGroupColumn
Gets and sets the column used to define groups for which you want to identify trends
Public propertyIncludeTies
Gets and sets the if ties should be included when identifing top or bottom trends
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertySummaryColumn
Gets and sets the value column that will be used to derive values to build the trend data
Public propertyTrendColumn
Gets and sets the trend column for which you will return top or bottom values
Public propertyTrendingN
Gets and sets the value used to determine the number of trending groups to return
Public propertyTrendingTopBottom
Gets and sets the value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
Public propertyTrendingVariable
Gets and sets the trend variable that expresses the method used to calculate which trending groups to include
Top
See Also