Gets a dictionary mapping predicate URI to the number of triples in the store using that predicate.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
IDictionary<string, ulong> PredicateTripleCounts { get; }
Visual Basic
ReadOnly Property PredicateTripleCounts As IDictionary(Of String, ULong)
	Get
Visual C++
property IDictionary<String^, unsigned long long>^ PredicateTripleCounts {
	IDictionary<String^, unsigned long long>^ get ();
}
F#
abstract PredicateTripleCounts : IDictionary<string, uint64> with get

Property Value

Type: IDictionary<(Of <(<'String, UInt64>)>)>

See Also