AggregatorsCount Method (String)Hazelcast .Net Client Class Library
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.8.1
Syntax

public static IAggregator<long> Count(
	string attributePath
)

Parameters

attributePath
Type: SystemString
attribute Path

Return Value

Type: IAggregatorInt64
CountAggregator
See Also

Reference