.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    PartitionKey Property

    PartitionKey

    Gets the partition key of this object.

    Declaration
    string PartitionKey { get; }
    Property Value
    String

    The partition key.

    Remarks

    The returned value has meaning only for non-partitioned data structures, such as IAtomicLong. For partitioned data structures such as IHMap<TKey, TValue>, the returned value is not null but has no meaning.

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