Gets the total number of triples in the store
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
ulong TotalTripleCount { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property TotalTripleCount As ULong Get  | 
| Visual C++ | 
|---|
property unsigned long long TotalTripleCount { unsigned long long get (); }  | 
| F# | 
|---|
abstract TotalTripleCount : uint64 with get  |