You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RecordContainer is an internal object, this page is for reference only. This isn't required knowledge for API usage.
The record container provides metadata for a record, including which plugin it was loaded from and where it is located. When using the public API this class isn't exposed.
Members
Description
Location
Name of the plugin the record is located in.
Destination
Name of the plugin that this record will be inserted into. Ignored if the Mode is Append
Mode
Current possible modes are Append and Replace. Append will add the record to the end of the record list (essentially a new record). Replace will target a specific record and replace it with the containers record.
Index
This is the unique (within the containing plugin) index for the record.