  | IEntryViewTKey, TValueGetCost Method  | 
 Returns the cost (in bytes) of the entry.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxabstract GetCost : unit -> int64 
Return Value
Type: 
Int64cost in bytes
Remarks
                Returns the cost (in bytes) of the entry.
                
Warning:
                    This method returns -1 if statistics is not enabled.
                
See Also