ListBoxFileMetadataTemplates 2025.5.31.15¶
Bundle¶
org.apache.nifi | nifi-box-nar
Description¶
Retrieves all metadata templates associated with a Box file.
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
Property |
Description |
---|---|
File ID |
The ID of the file for which to fetch metadata. |
box-client-service |
Controller Service used to obtain a Box API connection. |
Relationships¶
Name |
Description |
---|---|
failure |
A FlowFile will be routed here if there is an error fetching metadata templates from the 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 template records will be routed to this relationship upon successful processing. |
Writes attributes¶
Name |
Description |
---|---|
box.file.id |
The ID of the file from which metadata was fetched |
record.count |
The number of records in the FlowFile |
mime.type |
The MIME Type specified by the Record Writer |
box.metadata.templates.names |
Comma-separated list of template names |
box.metadata.templates.count |
Number of metadata templates found |
error.code |
The error code returned by Box |
error.message |
The error message returned by Box |