IAggregator<TResult> Interface
Namespace: Hazelcast.Aggregation
Assembly: Hazelcast.Net.dll
Defines an aggregator that can transform an object into other objects.
public interface IAggregator<TResult>
Type Parameters
TResult | The aggregated result type. |
Properties
AttributePath | Gets the attribute path. |