File System Content Repository Properties
Property |
Description |
nifi.content.repository.implementation |
The Content Repository implementation. The default value is
|
nifi.content.claim.max.appendable.size |
The maximum size for a content claim. The default value is |
nifi.content.claim.max.flow.files |
The maximum number of FlowFiles to assign to one content claim. The default
value is |
nifi.content.repository.directory.default* |
The location of the Content Repository. The default value is
NOTE: Multiple content repositories can be specified by using the nifi.content.repository.directory. prefix with unique suffixes and separate paths as values. For example, to provide two additional locations to act as part of the content repository, a user could also specify additional properties with keys of: nifi.content.repository.directory.content1=/repos/content1 nifi.content.repository.directory.content2=/repos/content2 Providing three total locations, including
|
nifi.content.repository.archive.max.retention.period |
If archiving is enabled (see nifi.content.repository.archive.enabled
below), then this property specifies the maximum amount of time to keep the
archived data. The default value is |
nifi.content.repository.archive.max.usage.percentage |
If archiving is enabled (see nifi.content.repository.archive.enabled
below), then this property must have a value that indicates the content
repository disk usage percentage at which archived data begins to be removed. If
the archive is empty and content repository disk usage is above this percentage,
then archiving is temporarily disabled. Archiving will resume when disk usage is
below this percentage. The default value is |
nifi.content.repository.archive.enabled |
To enable content archiving, set this to true and
specify a value for the
|
nifi.content.repository.always.sync |
If set to |
nifi.content.viewer.url |
The URL for a web-based content viewer if one is available. It is blank by default. |