C API
19.3.0
Oracle NoSQL Database C Client
|
#include <kvstore.h>
Data Fields | |
const unsigned char * | future_bytes |
kv_int_t | size |
This structure represents a serialized kv_future_t structure and is initialized using kv_future_get_execution_id(). The returned kv_execution_id_t structure must be released explicitly using kv_release_execution_id(). It can be used to reconstruct a kv_future_t structure using kv_get_future().
const unsigned char* future_bytes |
The serialized bytes of kv_future_t structure
kv_int_t size |
The size of future_bytes.