Click or drag to resize

AggregatorsCount Method (String)

an aggregator that counts the input values extracted from the given attributePath. Accepts null input values and null extracted values.

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

Parameters

attributePath
Type: SystemString
attribute Path

Return Value

Type: IAggregatorInt64
CountAggregator
See Also