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

Data and metadata of a table sent to the server in a batch. More...

#include <ts.h>

Data Fields

qdb_string_t name
 The table name in UTF-8 format.
 
qdb_exp_batch_push_table_data_t data
 The table data.
 
const qdb_ts_range_ttruncate_ranges
 
qdb_size_t truncate_range_count
 

Detailed Description

Data and metadata of a table sent to the server in a batch.

Field Documentation

qdb_size_t qdb_exp_batch_push_table_t::truncate_range_count

Field used by qdb_exp_batch_push_truncate. The number of truncated ranges.

const qdb_ts_range_t* qdb_exp_batch_push_table_t::truncate_ranges

Field used by qdb_exp_batch_push_truncate. The ranges specifying previous data to erase.


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