TrendingDetails. TrendingTopBottom Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TrendingDetails. TrendingTopBottomEnum TrendingTopBottom { get; set; }
Public Property TrendingTopBottom As TrendingDetails. TrendingTopBottomEnum
Get
Set
public:
virtual property TrendingDetails. TrendingTopBottomEnum TrendingTopBottom {
TrendingDetails. TrendingTopBottomEnum get () sealed;
void set (TrendingDetails. TrendingTopBottomEnum value) sealed;
}
function get_TrendingTopBottom();
function set_TrendingTopBottom(value);
Property Value
Type:
TrendingDetails.TrendingTopBottomEnumThe value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
Return Value
Type:
TrendingDetails.TrendingTopBottomEnumThe value that expresses whether top or bottom percentage or items is used to calculate which trending groups to include
Remarks
See Also