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 that must be verified against the user supplied LOB stream when resuming a LOB put operation. This value is set using the kv_config_set_verification_bytes().

Parameters

config

The config parameter points to the configuration structure from which you want to retrieve the verification bytes value.

See Also

Store and Library Operations