PrebufferWriterSettingsRolloverPointCount Property
The number of points before a rollover is queued. This should be before the maximum point
count since once the maximum point count has been reached, a thread pause will result.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int RolloverPointCount { get; set; }
Public Property RolloverPointCount As Integer
Get
Set
public:
property int RolloverPointCount {
int get ();
void set (int value);
}
function get_RolloverPointCount();
function set_RolloverPointCount(value);
Property Value
Int32
Must be between 1,000 and 100,000