kv_get_value_size()

#include <kvstore.h>

kv_int_t 
kv_get_value_size(const kv_value_t *value) 

Returns the size of the value, in bytes.

Parameters

value

The value parameter is the value structure for which you want its size.

See Also

Key/Value Pair Management Functions