kv_get_consistency_type()

#include <kvstore.h>

kv_consistency_enum 
kv_get_consistency_type(kv_consistency_t *consistency)

Identifies the consistency policy type used by the provided policy. See kv_consistency_enum for a list of possible consistency policy types.

Parameters

  • consistency

    The consistency parameter points to the consistency policy for which you want to identify the type.