IGFSerializableObjectSize Property |
Get the size of this object in bytes.
This is only needed if you use the HeapLRU feature.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxReadOnly Property ObjectSize As UInteger
Get
property unsigned int ObjectSize {
unsigned int get ();
}
abstract ObjectSize : uint32 with get
Return Value
Type:
UInt32the size of this object in bytes.
Remarks
Note that you can simply return zero if you are not using the HeapLRU feature.
See Also