Record MembersAerospike

The Record type exposes the following members.
Constructors

  NameDescription
Public methodRecord
Initialize record.
Back to Top
Methods

  NameDescription
Public methodGetBool
Get bin value as bool.
Public methodGetByte
Get bin value as byte.
Public methodGetDouble
Get bin value as double.
Public methodGetFloat
Get bin value as float.
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 methodGetString
Get bin value as string.
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
Fields

  NameDescription
Public fieldbins
Map of requested name/value bins.
Public fieldexpiration
Date record will expire, in seconds from Jan 01 2010 00:00:00 GMT
Public fieldgeneration
Record modification count.
Back to Top
See Also