Gets the total number of triples in the store

Namespace: BrightstarDB.Client
Assembly: 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

Property Value

Type: UInt64

See Also