kv_config_get_lob_suffix()
#include <kvstore.h>
const char *
kv_config_get_lob_suffix(kv_config_t *config); Retrieves the suffix associated with Large Object (LOB) keys, after you set the LOB suffix using kv_config_set_lob_suffix().
Keys associated with LOBs must have a trailing suffix string at the end of their final Key component. This requirement permits non-LOB methods to check for inadvertent modifications to LOB objects.
Parameters
- 
                        config The config parameter points to the configuration structure from which you want to retrieve the LOB suffix. 
See Also