DBATS
DataBase of Aggregated Time Series
Data Fields
dbats_config Struct Reference

Configuration parameters (read only). More...

Data Fields

uint32_t version
 Version of db format (C)
 
uint16_t values_per_entry
 Number of dbats_values in an entry (C)
 
uint16_t entry_size
 Size of an entry in bytes (C)
 
uint32_t period
 Primary sample period in seconds (C)
 
uint16_t num_bundles
 Number of time series bundles (C)
 
uint8_t readonly
 Disallow writing to db.
 
uint8_t compress
 Compress data written to db.
 
uint8_t exclusive
 Obtain exclusive lock on whole db.
 
uint8_t no_txn
 Don't use transactions.
 
uint8_t updatable
 Allow updates to existing values.
 

Detailed Description

Configuration parameters (read only).

Fields marked "(C)" are properties of the database and are permanently set when the database is first created. Other fields are properites of an individual dbats_handle, set each time a database is opened, and do not affect other dbats_handles opened by other threads or processes.


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