Skip to main content

PropertySetter

Supported strategies for setting a metadata field value.

Notes

Specifies how a value is written to a metadata field when the field already has one or more existing values. Available strategies include appending to existing values, replacing them, or leaving them unchanged, giving fine-grained control over metadata field updates.

Usage

PropertySetter: APPEND

Allowed Values

  • APPEND
  • PREPEND
  • REPLACE
  • OPTIONAL