<merge> attributes

List of attributes for <merge> command.

flag_ignore

flag_ignore

Syntax

[flag_ignore = Boolean : false]

May occur in

<merge>

Description

This flag is currently not used.

Remarks

none

mode

mode

Syntax

[mode = string]

May occur in

<merge>

Values

source, destination, timestamps, fields

Description

The mode of how the merge operation is to be performed.

Remarks

source = The source record always wins.

destination = The destination record always wins.

timestamps = The record with a more recent update timestamp wins.

fields = The records are merged on a field-by-field basis, fields with a more recent update timestamp win.

no_exec

no_exec

Syntax

[no_exec = Boolean : false]

May occur in

<merge>

Description

An indicator of whether the merge is to be executed. If true, only the conflicts (if any) are returned, but the actual merge is not performed.

Remarks

none

verbose

verbose

Syntax

[verbose = Boolean : false]

May occur in

<merge>

Description

An indicator of whether to return the conflicts (if any).

Remarks

none