|
Senzing C++ SDK
C++ SDK for Senzing v4, patterned after the official C# SDK
|
Diagnostic operations against the Senzing repository. More...
#include <SzDiagnostic.hpp>

Public Member Functions | |
| virtual | ~SzDiagnostic ()=default |
| virtual std::string | GetRepositoryInfo ()=0 |
| Returns JSON describing the repository (datastore) configuration/state. | |
| virtual std::string | CheckRepositoryPerformance (int32_t secondsToRun)=0 |
Runs a timed repository performance check for secondsToRun seconds and returns the resulting JSON. | |
| virtual void | PurgeRepository ()=0 |
| Purges all records from the repository. Irreversible. | |
| virtual std::string | GetFeature (int64_t featureID)=0 |
Returns JSON describing the feature identified by featureID. | |
Diagnostic operations against the Senzing repository.
|
virtualdefault |
|
pure virtual |
Runs a timed repository performance check for secondsToRun seconds and returns the resulting JSON.
Implemented in senzing::sdk::core::SzCoreDiagnostic.
|
pure virtual |
Returns JSON describing the feature identified by featureID.
[SzConfigRetryable]
Implemented in senzing::sdk::core::SzCoreDiagnostic.
|
pure virtual |
Returns JSON describing the repository (datastore) configuration/state.
Implemented in senzing::sdk::core::SzCoreDiagnostic.
|
pure virtual |
Purges all records from the repository. Irreversible.
Implemented in senzing::sdk::core::SzCoreDiagnostic.