|
quasardb C API
|
A structure representing the metadata of an entry in the database. More...
#include <client.h>
Data Fields | |
| qdb_string_t | alias |
| Entry key (alias). | |
| qdb_id_t | reference |
| unique identifier | |
| qdb_entry_type_t | type |
| The type of the entry. | |
| qdb_uint_t | size |
| content size for blobs and integers, N/A for other types | |
| qdb_timespec_t | modification_time |
| qdb_timespec_t | expiry_time |
| The expiry time of the entry, if any. | |
A structure representing the metadata of an entry in the database.
| qdb_timespec_t qdb_entry_metadata_t::modification_time |
last time the entry was modified May not reflect the actual modification time for distributed containers such as deque and hset.
1.8.5