Struct riak::bucket::BucketProps [] [src]

pub struct BucketProps(_, _);

BucketProps represents the properties that can bet set on a bucket.

Methods

impl BucketProps
[src]

constructs a new BucketProps for a Riak bucket

get the value of the "allow_mult" property

set the value of the "allow_mult" property

get the value of the "backend" property

set the value of the "backend" property

get the value of the "basic_quorum" property

set the value of the "basic_quorum" property

get the value of the "big_vclock" property

set the value of the "big vclock" property

get the value of the "chash_keyfun" property

set the value of the "chash_keyfun" property

get the value of the "consistent" property

set the value of the "consistent" property

get the value of the "datatype" property

set the value of the "datatype" property

get the value of the "dw" property

set the value of the "dw" property

get the value of the "has_postcommit" property

set the value of the "has_postcommit" property

get the value of the "has_precommit" property

set the value of the "has_precommit" property

get the value of the "hll_precision" property

set the value of the "hll_precision" property

get the value of the "last_write_wins" property

set the value of the "last_write_wins" property

get the value of the "linkfun" property

set the value of the "linkfun" property

get the value of the "notfound_ok" property

set the value of the "notfound_ok" property

get the value of the "n_val" property

set the value of the "n_val" property

get the value of the "old_vclock" property

set the value of the "old_vclock" property

get the value of the "postcommit" property

set the value of the "postcommit" property

get the value of the "precommit" property

set the value of the "precommit" property

get the value of the "pr" property

set the value of the "pr" property

get the value of the "pw" property

set the value of the "pw" property

get the value of the "r" property

set the value of the "r" property

get the value of the "rw" property

set the value of the "rw" property

get the value of the "search_index" property

set the value of the "search_index" property

get the value of the "search" property

set the value of the "search" property

get the value of the "small_vclock" property

set the value of the "small_vclock" property

get the value of the "write_once" property

set the value of the "write_once" property

get the value of the "w" property

set the value of the "w" property

get the value of the "young_vclock" property

set the value of the "young_vclock" property

Trait Implementations

impl Clone for BucketProps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketProps
[src]

Formats the value using the given formatter.