Record MethodsAerospike
The Record type exposes the following members.
Methods

  NameDescription
Public methodGetBool
Get bin value as bool.
Public methodGetByte
Get bin value as byte.
Public methodGetInt
Get bin value as int.
Public methodGetLong
Get bin value as long.
Public methodGetSBytes
Get bin value as sbyte.
Public methodGetShort
Get bin value as short.
Public methodGetUInt
Get bin value as uint.
Public methodGetULong
Get bin value as ulong.
Public methodGetUShort
Get bin value as ushort.
Public methodGetValue
Get bin value given bin name. Enter empty string ("") for servers configured as single-bin.
Public methodToString
Return string representation of record.
(Overrides OnlineObject ToString .)
Back to Top
See Also