kv_config_set_verification_bytes()

#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.

Parameters

  • config

    The config parameter points to the configuration structure for which you want to set the number of LOB verification bytes.

  • num_bytes

    The num_bytes parameter identifies the number of trailing bytes used to verify a resumed LOB put operation. This number of bytes is taken from the partial LOB that exists from suspending the put operation, and is compared to your LOB input stream.