kv_config_get_lob_verification_bytes()

#include <kvstore.h>

kv_long_t
kv_config_get_lob_verification_bytes(const kv_config_t *config);

Returns the number of trailing bytes of a partial LOB. The partial LOB must be verified against a user-supplied LOB stream upon resuming a LOB put operation. This value is set using the kv_config_set_verification_bytes().

Parameters

  • config

    The config parameter is a pointer to the configuration structure from which you retrieve the verification bytes value.