Value IntegerValue MembersAerospike

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

The Value IntegerValue type exposes the following members.
Constructors

  NameDescription
Public methodValue IntegerValue
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 (Overrides Value ToInteger .)
Public methodToLong (Overrides Value ToLong .)
Public methodToString (Overrides Object ToString .)
Public methodToUnsignedInteger (Overrides Value ToUnsignedInteger .)
Public methodToUnsignedLong (Overrides Value ToUnsignedLong .)
Public methodValidateKeyType
Validate if value type can be used as a key.
(Inherited from Value.)
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