.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    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.

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