| TrendingDetails Class |
|
Namespace: DataPA.Utils.QueryEngine
public class TrendingDetails : _TrendingDetails, ISerializable
The TrendingDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| TrendingDetails | Initializes a new instance of the TrendingDetails class |
| Name | Description | |
|---|---|---|
| GetObjectData | ||
| SetObjectData |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| DateColumn |
Gets and sets the date column that will be used to define periods for which trends will be derived
| |
| GroupColumn |
Gets and sets the column used to define groups for which you want to identify trends
| |
| IncludeTies |
Gets and sets the if ties should be included when identifing top or bottom trends
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| SummaryColumn |
Gets and sets the value column that will be used to derive values to build the trend data
| |
| TrendColumn |
Gets and sets the trend column for which you will return top or bottom values
| |
| TrendingN |
Gets and sets the value used to determine the number of trending groups to return
| |
| TrendingTopBottom |
Gets and sets the value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
| |
| TrendingVariable |
Gets and sets the trend variable that expresses the method used to calculate which trending groups to include
|