FetchBoxFileMetadataInstance 2.4.0

Bundle
org.apache.nifi | nifi-box-nar
Description
Retrieves specific metadata instance associated with a Box file using template key and scope.
Tags
box, instance, metadata, storage, template
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure A FlowFile will be routed here if there is an error fetching metadata instance from the file.
file not found FlowFiles for which the specified Box file was not found will be routed to this relationship.
success A FlowFile containing the metadata instance will be routed to this relationship upon successful processing.
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 from which metadata was fetched
box.metadata.template.key The metadata template key
box.metadata.template.scope The metadata template scope
mime.type The MIME Type of the FlowFile content
error.code The error code returned by Box
error.message The error message returned by Box
See Also