.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    Partition Method

    Partition(object, IPredicate)

    Restricts the execution of a predicate to a single partition.

    Declaration
    public static IPartitionPredicate Partition(object partitionKey, IPredicate predicate)
    Parameters
    object partitionKey

    The key of the partition.

    IPredicate predicate

    The predicate.

    Returns
    IPartitionPredicate

    A new predicate.

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