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
- YAML
- JSON
- XML
PropertySetter: APPEND
{
"PropertySetter": "APPEND"
}
<propertySetter/>
Allowed Values
APPENDPREPENDREPLACEOPTIONAL