quasardb C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
string_put_update_t Struct Reference

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
 

Detailed Description

The required parameters for a string put or update operations within a batch.

Field Documentation

qdb_time_t string_put_update_t::expiry_time

The optional expiration time. Use qdb_never_expires for no expiration.


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