quasardb C API
|
The optional parameters for a compact operation. More...
#include <client.h>
Data Fields | |
qdb_compact_options_t | options |
The compaction mode. | |
const char * | column_family |
const char * | key_prefix |
The optional parameters for a compact operation.
const char* qdb_compact_params_t::column_family |
Parameter for the compaction mode qdb_compact_cf. A pointer to a null-terminated UTF-8 string representing the family name.
const char* qdb_compact_params_t::key_prefix |
Parameter for the compaction mode qdb_compact_prefix. A pointer to a null-terminated UTF-8 string representing the desired key prefix.