Count Method
Count()
Counts input values (accepts nulls).
Declaration
public static IAggregator<long> Count()
Returns
IAggregator<long> | The aggregator. |
Count(string)
Counts input values (accepts nulls).
Declaration
public static IAggregator<long> Count(string attributePath)
Parameters
string | attributePath | An attribute path. |
Returns
IAggregator<long> | The aggregator. |
Remarks
Values are extracted from the specified attributePath
.