A dictionary mapping the unique predicate URLs to the count of the number of triples using that predicate 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#
Dictionary<string, long> PredicateTripleCount { get; }
Visual Basic
ReadOnly Property PredicateTripleCount As Dictionary(Of String, Long)
	Get
Visual C++
property Dictionary<String^, long long>^ PredicateTripleCount {
	Dictionary<String^, long long>^ get ();
}
F#
abstract PredicateTripleCount : Dictionary<string, int64> with get

Property Value

Type: Dictionary<(Of <(<'String, Int64>)>)>

See Also