Click or drag to resize
RiakObject Properties

The RiakObject type exposes the following members.

Properties
  NameDescription
Public propertyBinIndexes
Get the collection of string (binary) secondary indexes for this object.
Public propertyBucket
Get the Bucket name.
Public propertyBucketType
Get the Bucket Type (if any).
Public propertyCharSet
Get the CharSet encoding, if set.
Public propertyContentEncoding
Get the ContentEncoding.
Public propertyContentType
Get the Content Type (MIME Type).
Public propertyHasChanged
Check to see if the object has changed since it was fetched.
Public propertyIntIndexes
Get the collection of Integer secondary indexes for this object.
Public propertyKey
Get the Key.
Public propertyLastModified
Get the Last Modified unix timestamp.
Public propertyLastModifiedUsec
Get the Last Modified unix timestamp in microseconds.
Public propertyLinks
Get the list of Links to other Riak objects.
Public propertySiblings
Get a list of conflicting Sibling objects.
Public propertyUserMetaData
Get any user set MetaData.
Public propertyValue
Get the raw value, as a byte[].
Public propertyVectorClock
Get the Vector Clock.
Public propertyVTag
Get the VTag.
Public propertyVTags
Get the VTags.
Top
See Also