This section describes how to initially load records into the data
domain and how to ingest additional new records.
You can add new records by using either of these
ingestChanges operations:
- The
addRecords operation can only add new records. It is
typically used during the initial loading of records into the data domain.
- The
addOrUpdateRecords operation can either add a new
record or (if the specified primary key already exists) update an existing
record. Although it can be used for initial loading of records, it is typically
used to load new records afterwards.