Create expression that returns record size in memory. If server storage-engine is
not memory nor data-in-memory, then zero is returned. This expression usually evaluates
quickly because record meta data is cached in memory.
Namespace: Aerospike.ClientRequires server version 5.3.0+
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax
Examples
// Record memory size >= 100 KB Exp.GE(Exp.MemorySize(), Exp.Val(100 * 1024))
See Also