|
Senzing C++ SDK
C++ SDK for Senzing v4, patterned after the official C# SDK
|
In-memory Senzing configuration document. More...
#include <SzConfig.hpp>

Public Member Functions | |
| virtual | ~SzConfig ()=default |
| virtual std::string | Export ()=0 |
| Exports this configuration as a JSON definition string. | |
| virtual std::string | GetDataSourceRegistry ()=0 |
| Returns JSON describing the data sources registered in this config. | |
| virtual std::string | RegisterDataSource (const std::string &dataSourceCode)=0 |
| Registers a data source by code and returns the JSON describing it. | |
| virtual void | UnregisterDataSource (const std::string &dataSourceCode)=0 |
Unregisters the data source identified by dataSourceCode. | |
In-memory Senzing configuration document.
|
virtualdefault |
|
pure virtual |
Exports this configuration as a JSON definition string.
Implemented in senzing::sdk::core::SzCoreConfig.
|
pure virtual |
Returns JSON describing the data sources registered in this config.
Implemented in senzing::sdk::core::SzCoreConfig.
|
pure virtual |
Registers a data source by code and returns the JSON describing it.
Implemented in senzing::sdk::core::SzCoreConfig.
|
pure virtual |
Unregisters the data source identified by dataSourceCode.
Implemented in senzing::sdk::core::SzCoreConfig.