The total number of triples in the store at this commit point.
Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
long TotalTripleCount { get; } |
Visual Basic |
---|
ReadOnly Property TotalTripleCount As Long Get |
Visual C++ |
---|
property long long TotalTripleCount { long long get (); } |
F# |
---|
abstract TotalTripleCount : int64 with get |