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

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.
 

Detailed Description

A structure representing the metadata of an entry in the database.

Field Documentation

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.


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