quasardb C API
|
The required parameters for a string put or update operations within a batch. More...
#include <batch.h>
Data Fields | |
const char * | content |
A pointer to the buffer with the data to be written. | |
qdb_size_t | content_size |
The size of the buffer pointed by content. | |
qdb_time_t | expiry_time |
The required parameters for a string put or update operations within a batch.
qdb_time_t string_put_update_t::expiry_time |
The optional expiration time. Use qdb_never_expires for no expiration.