Get or set the maximum number of transactions to allow between
updates of store stats
Namespace: BrightstarDBAssembly: 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:
Int32Remarks
See Also