ReplaceDocumentAsJsonOnUpdate

Key Name Default Value Required

ReplaceDocumentAsJsonOnUpdate

True

No

Description

This option specifies whether the connector updates specified values or replaces the entire record when updating a JSON record.

  • True: Updating a JSON record replaces the entire record. Any previously existing key-value pairs not specified in the new record are deleted.
  • False: Updating a JSON record only affects the specified key-value pairs. Previously existing key-value pairs not specified in the new record are preserved.