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
public int FixedPivotDataThreshold { get; set; }
Public Property FixedPivotDataThreshold As Integer
Get
Set
public:
property int FixedPivotDataThreshold {
int get ();
void set (int value);
}
member FixedPivotDataThreshold : int with get, set
Property Value
Type:
Int32
If number of cube values greater than threshold reader uses
FixedPivotData implementation instead of
PivotData. Default value is 1000000.
Reference