Interface ISfdmuRunCustomAddonTaskData

The data associated with the given migration task (the Source or the Target data)

Export

Interface

ISfdmuRunCustomAddonTaskData

Hierarchy

  • ISfdmuRunCustomAddonTaskData

Properties

extIdRecordsMap: Map<string, string>

The mapping between the externalId value to the record Id value.

Memberof

ISfdmuRunCustomAddonTaskData

idRecordsMap: Map<string, any>

The mapping between the record Id to the record object.

Memberof

ISfdmuRunCustomAddonTaskData

isSource: boolean

Returns true if this object contains the data retireved from the Source and false if it's the data retireved from the Target.

Memberof

ISfdmuRunCustomAddonTaskData

mediaType: DATA_MEDIA_TYPE

The type of media.
For example the data source can be of the Org media type and the Target is of the File media type.

Memberof

ISfdmuRunCustomAddonTaskData

records: any[]

The array of the records (the source or the target).

Memberof

ISfdmuRunCustomAddonTaskData

Generated using TypeDoc  |  SFDMU Help Center  |  View on Github