RiakObject Class |
Namespace: RiakClient.Models
The RiakObject type exposes the following members.
Name | Description | |
---|---|---|
RiakObject(String, String) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(RiakObjectId, Object) |
Initializes a new instance of the RiakObject class.
Uses an "application/json" content type.
| |
RiakObject(String, String, Object) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(String, String, String) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(RiakObjectId, String, String) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(String, String, String, String) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(RiakObjectId, Byte, String, String) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(RiakObjectId, String, String, String) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(String, String, Byte, String, String) |
Initializes a new instance of the RiakObject class.
| |
RiakObject(String, String, String, String, String) |
Initializes a new instance of the RiakObject class.
|
Name | Description | |
---|---|---|
BinIndexes |
Get the collection of string (binary) secondary indexes for this object.
| |
Bucket |
Get the Bucket name.
| |
BucketType |
Get the Bucket Type (if any).
| |
CharSet |
Get the CharSet encoding, if set.
| |
ContentEncoding |
Get the ContentEncoding.
| |
ContentType |
Get the Content Type (MIME Type).
| |
HasChanged |
Check to see if the object has changed since it was fetched.
| |
IntIndexes |
Get the collection of Integer secondary indexes for this object.
| |
Key |
Get the Key.
| |
LastModified |
Get the Last Modified unix timestamp.
| |
LastModifiedUsec |
Get the Last Modified unix timestamp in microseconds.
| |
Links |
Get the list of Links to other Riak objects.
| |
Siblings |
Get a list of conflicting Sibling objects.
| |
UserMetaData |
Get any user set MetaData.
| |
Value |
Get the raw value, as a byte[].
| |
VectorClock |
Get the Vector Clock.
| |
VTag |
Get the VTag.
| |
VTags |
Get the VTags.
|
Name | Description | |
---|---|---|
BinIndex |
Fetch a single string (binary) secondary idnex to work with.
| |
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
Equals(RiakObject) |
Determines whether the specified object is equal to the current object.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for the current object.
Uses a combination of the public properties to generate a unique hash code.
(Overrides ObjectGetHashCode.) | |
GetObjectT |
Deserializes and returns the object's value.
| |
GetObjectT(DeserializeObjectT, ResolveConflictT) |
Deserializes and returns the object's value, using the provided deserializer.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IntIndex |
Fetch a single integer secondary index to work with.
| |
LinkTo(RiakObject, String) | Obsolete.
Create a link from this object to another using a tag.
| |
LinkTo(RiakObjectId, String) | Obsolete.
Create a link from this object to another using a tag.
| |
LinkTo(String, String, String) | Obsolete.
Create a link from this object to another using a tag.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveLink(RiakLink) | Obsolete.
Remove a link, that goes from this object to another.
| |
RemoveLink(RiakObject, String) | Obsolete.
Remove a link, that goes from this object to another.
| |
RemoveLink(RiakObjectId, String) | Obsolete.
Remove a link, that goes from this object to another.
| |
RemoveLink(String, String, String) | Obsolete.
Remove a link, that goes from this object to another.
| |
RemoveLinks(RiakObject) | Obsolete.
Remove all links from this object that link to riakObject.
| |
RemoveLinks(RiakObjectId) | Obsolete.
Remove all links from this object that link to riakObjectId.
| |
SetObjectT(T, SerializeObjectToByteArrayT) |
Set the object's value, after serializing it with the provided serializer.
| |
SetObjectT(T, SerializeObjectToStringT) |
Set the object's value, after serializing it with the provided serializer.
| |
SetObjectT(T, String) |
Set the object's value, after serializing it.
| |
SetObjectT(T, String, SerializeObjectToByteArrayT) |
Set the object's value, after serializing it with the provided serializer.
| |
SetObjectT(T, String, SerializeObjectToStringT) |
Set the object's value, after serializing it with the provided serializer.
| |
ToRiakObjectId |
Get the Id for this object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |