Click or drag to resize

CountAggregator Class

an aggregator that counts the input values. Accepts nulls as input values.
Inheritance Hierarchy
SystemObject
  Hazelcast.CoreIAggregatorInt64
    Hazelcast.CoreAbstractAggregatorInt64
      Hazelcast.CoreCountAggregator

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
public sealed class CountAggregator : AbstractAggregator<long>, 
	IIdentifiedDataSerializable

The CountAggregator type exposes the following members.

Constructors
  NameDescription
Public methodCountAggregator
Initializes a new instance of the CountAggregator class
Public methodCountAggregator(String)
Initializes a new instance of the CountAggregator class
Top
Methods
See Also