GitHubContribute in GitHub: Open doc issue|Edit online

Consuming Delta Entries

Delta Entries in the AssemblyLine can be acted upon ("consumed") by Connectors in Delta Mode, and Connectors in Update Mode inside the Compute Changes logic.

Delta Mode is available in the following Connectors:

  • JDBC Connector

  • DSMLv2 SOAP Connector

  • JNDI Connector

  • LDAP Connector

  • Delta Mode Connectors
    The Delta mode is designed to simplify the application of changes to data by providing incremental modifications to the connected system, based on delta operation codes. Incremental modifications means to write only the specific values that have been changed.

  • Update Mode and Delta Entries
    Connectors in Update mode have an additional change-control feature called “Compute Changes”. This feature can be made to work with Delta Entries.