BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::es_objects::detail::es_objects_plugin_impl::plugin_options::object_options Struct Reference

Public Member Functions

 object_options (bool e, bool su, bool nd, const string &in)
 

Public Attributes

bool enabled = true
 
bool store_updates = false
 
bool no_delete = false
 
string index_name = ""
 

Detailed Description

Definition at line 60 of file es_objects.cpp.

Constructor & Destructor Documentation

◆ object_options()

graphene::es_objects::detail::es_objects_plugin_impl::plugin_options::object_options::object_options ( bool  e,
bool  su,
bool  nd,
const string &  in 
)
inline

Definition at line 62 of file es_objects.cpp.

Member Data Documentation

◆ enabled

bool graphene::es_objects::detail::es_objects_plugin_impl::plugin_options::object_options::enabled = true

Definition at line 66 of file es_objects.cpp.

◆ index_name

string graphene::es_objects::detail::es_objects_plugin_impl::plugin_options::object_options::index_name = ""

Definition at line 69 of file es_objects.cpp.

◆ no_delete

bool graphene::es_objects::detail::es_objects_plugin_impl::plugin_options::object_options::no_delete = false

Definition at line 68 of file es_objects.cpp.

◆ store_updates

bool graphene::es_objects::detail::es_objects_plugin_impl::plugin_options::object_options::store_updates = false

Definition at line 67 of file es_objects.cpp.


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