kv_operations_size()

#include <kvstore.h>

kv_int_t 
kv_operations_size(const kv_operations_t *operations)

Returns the number of operations in the operation sequence.

Parameters

operations

The operations parameter is the operation sequence whose size you want to obtain.

See Also

Data Operations and Related Functions