Class ValueCaptureType (3.61.0)

ValueCaptureType(value)

Value capture type describes which values are recorded in the data change record.

Enums

Name Description
VALUE_CAPTURE_TYPE_UNSPECIFIED Not specified.
OLD_AND_NEW_VALUES Records both old and new values of the modified watched columns.
NEW_VALUES Records only new values of the modified watched columns.
NEW_ROW Records new values of all watched columns, including modified and unmodified columns.
NEW_ROW_AND_OLD_VALUES Records the new values of all watched columns, including modified and unmodified columns. Also records the old values of the modified columns.