Click or drag to resize

AggregatorsCount Method

an aggregator that counts the input values. Accepts nulls as input values.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public static IAggregator<long> Count()

Return Value

Type: IAggregatorInt64
CountAggregator
See Also