.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IMapEntryStats<TKey, TValue> Interface

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents statistics for an entry in an IHMap<TKey, TValue>.

    public interface IMapEntryStats<out TKey, out TValue>
    Type Parameters
    TKey
    TValue

    Properties

    Cost

    Gets the cost in bytes of the entry.

    CreationTime

    Gets the creation epoch time of the entry.

    ExpirationTime

    Gets the expiration epoch time of the entry.

    Hits

    Gets number of hits of the entry.

    Key

    Gets the key of the entry.

    LastAccessTime

    Gets the last access epoch time to the entry.

    LastStoredTime

    Gets the last epoch time the value was flushed to MapStore.

    LastUpdateTime

    Gets the last epoch time the value was updated.

    Value

    Gets the value of the entry.

    Version

    Gets the version of the entry.

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