AggregatorsMaxTResult Method (String)Hazelcast .Net Client Class Library
an aggregator that calculates the max of 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<TResult> Max<TResult>(
	string attributePath
)

Parameters

attributePath
Type: SystemString
attribute Path

Type Parameters

TResult

Return Value

Type: IAggregatorTResult
MaxAggregatorTResult
See Also

Reference