CreateBoxFileMetadataInstance 2.4.0

Bundle
org.apache.nifi | nifi-box-nar
Description
Creates a metadata instance for a Box file using a specified template with values from the flowFile content. The Box API requires newly created templates to be created with the scope set as enterprise so no scope is required. The input record should be a flat key-value object where each field name is used as the metadata key.
Tags
box, create, metadata, storage, templates
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 creation.
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 created.
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 for which metadata was created
box.template.key The template key used for metadata creation
error.code The error code returned by Box
error.message The error message returned by Box
See Also