IEntryViewTKey, TValueGetLastStoredTime Method Hazelcast .Net Client Class Library
Returns the last time value is flushed to mapstore.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

long GetLastStoredTime()

Return Value

Type: Int64
last store time
Remarks

Returns the last time value is flushed to mapstore.

Warning:

This method returns -1 if statistics is not enabled.

See Also

Reference