PartialSummaryParentSummaryBuildThreshold Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the threshold value used to decide whether or not to build a partial summary for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax double SummaryBuildThreshold { get; set; }
Property SummaryBuildThreshold As Double
Get
Set
property double SummaryBuildThreshold {
double get ();
void set (double value);
}
function get_SummaryBuildThreshold();
function set_SummaryBuildThreshold(value);
Property Value
Type:
DoubleThe threshold value used to decide whether or not to build a partial summary for this object
Return Value
Type:
DoubleThe threshold value used to decide whether or not to build a partial summary for this object
Remarks See Also