Get or set the maximum number of transactions to allow between updates of store stats

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static int StatsUpdateTransactionCount { get; set; }
Visual Basic
Public Shared Property StatsUpdateTransactionCount As Integer
	Get
	Set
Visual C++
public:
static property int StatsUpdateTransactionCount {
	int get ();
	void set (int value);
}
F#
static member StatsUpdateTransactionCount : int with get, set

Property Value

Type: Int32

Remarks

If this property is set to 0, then only the StatsUpdateTimespan property will be used to determine when to update stats. If both this property and StatsUpdateTimespan are set to 0, then store stats will never be updated.

See Also