IResultSummaryCounters Property |
Gets statistics counts for the query.
Namespace:
Neo4j.Driver
Assembly:
Neo4j.Driver (in Neo4j.Driver.dll) Version: 4.2.0
SyntaxICounters Counters { get; }
ReadOnly Property Counters As ICounters
Get
property ICounters^ Counters {
ICounters^ get ();
}
abstract Counters : ICounters with get
Property Value
Type:
ICounters
See Also