syslog-ng source
MongoDBDestDriver Struct Reference

#include <afmongodb-private.h>

Public Attributes

LogThreadedDestDriver super
 
GString * uri_str
 
LogTemplate * collection_template
 
gboolean collection_is_literal_string
 
LogTemplateOptions template_options
 
gboolean use_bulk
 
gboolean bulk_unordered
 
gboolean bulk_bypass_validation
 
int32_t write_concern_level
 
ValuePairs * vp
 
const gchar * const_db
 
mongoc_uri_t * uri_obj
 
mongoc_client_pool_t * pool
 

Member Data Documentation

◆ bulk_bypass_validation

gboolean MongoDBDestDriver::bulk_bypass_validation

◆ bulk_unordered

gboolean MongoDBDestDriver::bulk_unordered

◆ collection_is_literal_string

gboolean MongoDBDestDriver::collection_is_literal_string

◆ collection_template

LogTemplate* MongoDBDestDriver::collection_template

◆ const_db

const gchar* MongoDBDestDriver::const_db

◆ pool

mongoc_client_pool_t* MongoDBDestDriver::pool

◆ super

LogThreadedDestDriver MongoDBDestDriver::super

◆ template_options

LogTemplateOptions MongoDBDestDriver::template_options

◆ uri_obj

mongoc_uri_t* MongoDBDestDriver::uri_obj

◆ uri_str

GString* MongoDBDestDriver::uri_str

◆ use_bulk

gboolean MongoDBDestDriver::use_bulk

◆ vp

ValuePairs* MongoDBDestDriver::vp

◆ write_concern_level

int32_t MongoDBDestDriver::write_concern_level

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