Value MapValue MembersAerospike

Polymorphic value classes used to efficiently serialize objects into the wire protocol.

The Value MapValue type exposes the following members.
Constructors

  NameDescription
Public methodValue MapValue
Back to Top
Methods

  NameDescription
Public methodEquals (Overrides Object Equals(Object).)
Public methodEstimateSize (Overrides Value EstimateSize .)
Public methodGetHashCode (Overrides Object GetHashCode .)
Public methodPack (Overrides Value Pack(Packer).)
Public methodToInteger
Return value as an integer.
(Inherited from Value.)
Public methodToLong
Return value as a long.
(Inherited from Value.)
Public methodToString (Overrides Object ToString .)
Public methodToUnsignedInteger
Return value as an unsigned integer.
(Inherited from Value.)
Public methodToUnsignedLong
Return value as an unsigned long.
(Inherited from Value.)
Public methodValidateKeyType (Overrides Value ValidateKeyType .)
Public methodWrite (Overrides Value Write( Byte , Int32).)
Back to Top
Properties

  NameDescription
Public propertyObject (Overrides Value Object.)
Public propertyType (Overrides Value Type.)
Back to Top
See Also