Skip to content

MergeType

Qamsari edited this page Jul 24, 2021 · 2 revisions

Determine type of concatenate in new data receive for already exist old data.

export enum MergeType {
  replace,
  append,
}
Value Description
replace Replace old data with new received Data
append Update old data with apply received data by using key and status fields. possible action is adding, editing and deleting record

Clone this wiki locally