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

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
 

Detailed Description

The optional parameters for a compact operation.

Field Documentation

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.


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