kv_config_set_consistency()

#include <kvstore.h>

kv_error_t 
kv_config_set_consistency(kv_config_t *config, 
                      kv_consistency_t *consistency); 

Identifies the default consistency policy to be used by this process. Note that this default can be overridden on a per-operation basis.

Parameters