[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager.SetDataEngineAnalysisResultMaxCount

SetDataEngineAnalysisResultMaxCount Method

SetDataEngineAnalysisResultMaxCount(int)

Sets the max count of the analysis result data.

Declaration
public void SetDataEngineAnalysisResultMaxCount(int maxCount)
Parameters
Type Name Description
int maxCount

The max count.

Remarks

When the count of the analysis result data exceeds maxCount, an exception would be thrown. When maxCount is not set, the count is not limited. Normally an integer which is not lower than zero can be set to maxCount. If a negative integer is set to maxCount, the count is not limited.