Riak.Object
The Data wrapper makes it convenient to work with Riak data in Elixir
Summary
Functions
Struct representing a Riak Object. Attributes:
type
: String; Bucket Type with a unique name within the cluster namespacebucket
: String; Bucket with a unique name within the bucket type namespacekey
: String; Not required; Key with a unique name within the bucket namespacedata
: Any; Value to be stored under the keymetadata
: Orddict; User specified metadatavclock
: String; Dotted Version Vector / Causal Context for objectcontent_type
: String; Content Type for object
Get all metadata entries
Functions
Struct representing a Riak Object. Attributes:
type
: String; Bucket Type with a unique name within the cluster namespacebucket
: String; Bucket with a unique name within the bucket type namespacekey
: String; Not required; Key with a unique name within the bucket namespacedata
: Any; Value to be stored under the keymetadata
: Orddict; User specified metadatavclock
: String; Dotted Version Vector / Causal Context for objectcontent_type
: String; Content Type for object