The threshold number of triples to import in a batch before
flushing indexes to disk.
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static int TransactionFlushTripleCount { get; set; } |
| Visual Basic |
|---|
Public Shared Property TransactionFlushTripleCount As Integer
Get
Set |
| Visual C++ |
|---|
public:
static property int TransactionFlushTripleCount {
int get ();
void set (int value);
} |
| F# |
|---|
static member TransactionFlushTripleCount : int with get, set
|
Property Value
Type:
Int32
See Also