C API  19.3.0
Oracle NoSQL Database C Client
kv_execution_id_t Struct Reference

#include <kvstore.h>

Data Fields

const unsigned char * future_bytes
 
kv_int_t size
 

Detailed Description

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().

Field Documentation

const unsigned char* future_bytes

The serialized bytes of kv_future_t structure

kv_int_t size

The size of future_bytes.


The documentation for this struct was generated from the following file: