Some data source types and repositories provide features to identify incremental content changes. For example, many data source types such as content management systems, version control systems, and enterprise management systems have the capability to track modification dates, user changes, and other types of content changes.

If this kind of information is available, a data source extension can programmatically request it and then acquire only content that has changed as part of an incremental acquisition. This approach to identifying incremental content changes is often more efficient than having the Content Acquisition System create and compare metadata histories to identify the incremental difference.

You can support this approach in a data source extension by implementing the IncrementalDataSourceRuntime interface. This includes the following steps:


Copyright © Legal Notices