CubeFileReaderFixedPivotDataThreshold Property

NReco.PivotData Class Library Documentation
Gets or sets threshold when reader uses FixedPivotData implementation for accessing cube values.

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public int FixedPivotDataThreshold { get; set; }

Property Value

Type: Int32
Remarks

If number of cube values greater than threshold reader uses FixedPivotData implementation instead of PivotData. Default value is 1000000.
See Also

Reference