n_val property matches any
associated index's n_val
n_val property matches any
associated index's n_val
error() = {PropName::atom(), ErrorReason::atom()}
errors() = [error()]
prop() = {PropName::atom(), PropValue::any()}
props() = [prop()]
| validate/4 | Performs two validations. |
validate(CreateOrUpdate::create | update, Bucket::{riak_core_bucket_type:bucket_type(), undefined | binary()} | binary(), ExistingProps::undefined | props(), BucketProps::props()) -> {props(), errors()}
Performs two validations. The first is validating that an index
exists before a bucket-type/bucket can be associated to it by setting search_index.
The second checks that the bucket-type/bucket has the same n_val as the associated
index's n_val.
Generated by EDoc