Click or drag to resize

IDataEnricherApi Methods

The IDataEnricherApi type exposes the following members.

Methods
  NameDescription
Public methodCode exampleCreateIndex
Create an index for attributes of data class.
Public methodEnrich
Enrich search data for specific data object id
Public methodQueue
Queues a data enriching job for specific data object id
Public methodCode exampleQueueAll
Enrich the whole data collection. The workflow will be blocked until all the data enriching jobs are queued.
Public methodCode exampleQueueAllAsync
Enrich the whole data collection asynchronously. The workflow will be continue and finish without waiting all the jobs are queued.
Top
See Also