#include <kvstore.h> kv_error_t kv_config_set_lob_verification_bytes(kv_config_t *config, kv_long_t num_bytes);
Sets the number of trailing bytes of a partial LOB that must be verified against the user supplied LOB stream when resuming a LOB put operation.
The config parameter points to the configuration structure for which you want to set the number of LOB verification bytes.