Click or drag to resize
RiakObject Methods

The RiakObject type exposes the following members.

Methods
  NameDescription
Public methodBinIndex
Fetch a single string (binary) secondary idnex to work with.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(RiakObject)
Determines whether the specified object is equal to the current object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for the current object. Uses a combination of the public properties to generate a unique hash code.
(Overrides ObjectGetHashCode.)
Public methodGetObjectT
Deserializes and returns the object's value.
Public methodGetObjectT(DeserializeObjectT, ResolveConflictT)
Deserializes and returns the object's value, using the provided deserializer.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntIndex
Fetch a single integer secondary index to work with.
Public methodLinkTo(RiakObject, String) Obsolete.
Create a link from this object to another using a tag.
Public methodLinkTo(RiakObjectId, String) Obsolete.
Create a link from this object to another using a tag.
Public methodLinkTo(String, String, String) Obsolete.
Create a link from this object to another using a tag.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveLink(RiakLink) Obsolete.
Remove a link, that goes from this object to another.
Public methodRemoveLink(RiakObject, String) Obsolete.
Remove a link, that goes from this object to another.
Public methodRemoveLink(RiakObjectId, String) Obsolete.
Remove a link, that goes from this object to another.
Public methodRemoveLink(String, String, String) Obsolete.
Remove a link, that goes from this object to another.
Public methodRemoveLinks(RiakObject) Obsolete.
Remove all links from this object that link to riakObject.
Public methodRemoveLinks(RiakObjectId) Obsolete.
Remove all links from this object that link to riakObjectId.
Public methodSetObjectT(T, SerializeObjectToByteArrayT)
Set the object's value, after serializing it with the provided serializer.
Public methodSetObjectT(T, SerializeObjectToStringT)
Set the object's value, after serializing it with the provided serializer.
Public methodSetObjectT(T, String)
Set the object's value, after serializing it.
Public methodSetObjectT(T, String, SerializeObjectToByteArrayT)
Set the object's value, after serializing it with the provided serializer.
Public methodSetObjectT(T, String, SerializeObjectToStringT)
Set the object's value, after serializing it with the provided serializer.
Public methodToRiakObjectId
Get the Id for this object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also