Get or set the maximum number of seconds to wait 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 StatsUpdateTimespan { get; set; }
Visual Basic
Public Shared Property StatsUpdateTimespan As Integer
	Get
	Set
Visual C++
public:
static property int StatsUpdateTimespan {
	int get ();
	void set (int value);
}
F#
static member StatsUpdateTimespan : int with get, set

Property Value

Type: Int32

Remarks

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

See Also