AggregatorsMinTResult Method (String)Hazelcast .Net Client Class Library
an aggregator that calculates the min 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.2
Syntax

public static IAggregator<TResult> Min<TResult>(
	string attributePath
)

Parameters

attributePath
Type: SystemString
attribute Path

Type Parameters

TResult

Return Value

Type: IAggregatorTResult
MinAggregatorTResult
See Also

Reference