FetchBoxFileMetadataInstance 2025.10.9.21

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

PropertyDescription
Box Client ServiceController Service used to obtain a Box API connection.
File IDThe ID of the file for which to fetch metadata.
Template KeyThe metadata template key to retrieve.
Template ScopeThe metadata template scope (e.g., ‘enterprise’, ‘global’).

Relationships

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

Writes attributes

NameDescription
box.idThe ID of the file from which metadata was fetched
box.metadata.template.keyThe metadata template key
box.metadata.template.scopeThe metadata template scope
mime.typeThe MIME Type of the FlowFile content
error.codeThe error code returned by Box
error.messageThe error message returned by Box

See also