.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    Count Method

    Count()

    Counts input values (accepts nulls).

    Declaration
    public static IAggregator<long> Count()
    Returns
    IAggregator<Int64>

    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<Int64>

    The aggregator.

    Remarks

    Values are extracted from the specified attributePath.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.