Senzing Node.js SDK
GitHub
npm
Preparing search index...
sdk/sdk
SzDiagnosticNative
Class SzDiagnosticNative
Wraps a native SzDiagnostic with async parsed-JSON interface.
Implements
unknown
Index
Constructors
constructor
Methods
check
Repository
Performance
get
Feature
get
Repository
Info
purge
Repository
Constructors
constructor
new
SzDiagnosticNative
(
diagnostic
:
SzDiagnostic
)
:
SzDiagnosticNative
Parameters
diagnostic
:
SzDiagnostic
Returns
SzDiagnosticNative
Methods
check
Repository
Performance
checkRepositoryPerformance
(
secondsToRun
:
number
)
:
Promise
<
any
>
Parameters
secondsToRun
:
number
Returns
Promise
<
any
>
get
Feature
getFeature
(
featureId
:
number
)
:
Promise
<
any
>
Parameters
featureId
:
number
Returns
Promise
<
any
>
get
Repository
Info
getRepositoryInfo
()
:
Promise
<
any
>
Returns
Promise
<
any
>
purge
Repository
purgeRepository
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
check
Repository
Performance
get
Feature
get
Repository
Info
purge
Repository
GitHub
npm
Senzing Node.js SDK
Loading...
Wraps a native SzDiagnostic with async parsed-JSON interface.