| RiakObject Properties |
The RiakObject type exposes the following members.
| 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.
|