Click or drag to resize

IDataEnricherApi Methods

The IDataEnricherApi type exposes the following members.

Methods
  Name Description
Public method Code example CreateIndex Create an index for attributes of data class.
Public method Code example DropIndex Drop an index of data class.
Public method Enrich Enrich search data for specific data object id
Public method Code example GetIndexes Get list existing indexes of data class.
Public method Queue Queues a data enriching job for specific data object id
Public method Code example QueueAll Enrich the whole data collection. The workflow will be blocked until all the data enriching jobs are queued.
Public method Code example QueueAllAsync Enrich the whole data collection asynchronously. The workflow will be continue and finish without waiting all the jobs are queued.
Top
See Also