ListBoxFileMetadataTemplates 2025.10.9.21

Bundle

org.apache.nifi | nifi-box-nar

Description

Retrieves all metadata templates associated with a Box file.

Tags

box, metadata, storage, templates

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Box Client ServiceController Service used to obtain a Box API connection.
File IDThe ID of the file for which to fetch metadata.

Relationships

NameDescription
failureA FlowFile will be routed here if there is an error fetching metadata templates from the file.
not foundFlowFiles for which the specified Box file was not found will be routed to this relationship.
successA FlowFile containing the metadata template records will be routed to this relationship upon successful processing.

Writes attributes

NameDescription
box.file.idThe ID of the file from which metadata was fetched
record.countThe number of records in the FlowFile
mime.typeThe MIME Type specified by the Record Writer
box.metadata.templates.namesComma-separated list of template names
box.metadata.templates.countNumber of metadata templates found
error.codeThe error code returned by Box
error.messageThe error message returned by Box

See also