UpdateBoxFileMetadataInstance 2.4.0

Bundle
org.apache.nifi | nifi-box-nar
Description
Updates metadata template values for a Box file using the record in the given flowFile. This record represents the desired end state of the template after the update. The processor will calculate the necessary changes (add/replace/remove) to transform the current metadata to the desired state. The input record should be a flat key-value object.
Tags
box, metadata, storage, templates, update
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure A FlowFile is routed to this relationship if an error occurs during metadata update.
file not found FlowFiles for which the specified Box file was not found will be routed to this relationship.
success A FlowFile is routed to this relationship after metadata has been successfully updated.
template not found FlowFiles for which the specified metadata template was not found will be routed to this relationship.
Writes Attributes
Name Description
box.id The ID of the file whose metadata was updated
box.template.name The template name used for metadata update
box.template.scope The template scope used for metadata update
error.code The error code returned by Box
error.message The error message returned by Box
See Also