Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.81 KB

VersionedRemoteGroupPort.md

File metadata and controls

37 lines (30 loc) · 1.81 KB

VersionedRemoteGroupPort

Properties

Name Type Description Notes
identifier String The component's unique identifier [optional]
name String The component's name [optional]
comments String The user-supplied comments for the component [optional]
position ThePositionOfAComponentOnTheGraph The component's position on the graph [optional]
remoteGroupId String The id of the remote process group that the port resides in. [optional]
concurrentlySchedulableTaskCount Integer The number of task that may transmit flowfiles to the target port concurrently. [optional]
useCompression Boolean Whether the flowfiles are compressed when sent to the target port. [optional]
batchSize BatchSize The batch settings for data transmission. [optional]
componentType ComponentTypeEnum [optional]
targetId String The ID of the port on the target NiFi instance [optional]
groupIdentifier String The ID of the Process Group that this component belongs to [optional]

Enum: ComponentTypeEnum

Name Value
CONNECTION "CONNECTION"
PROCESSOR "PROCESSOR"
PROCESS_GROUP "PROCESS_GROUP"
REMOTE_PROCESS_GROUP "REMOTE_PROCESS_GROUP"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"
FUNNEL "FUNNEL"
LABEL "LABEL"
CONTROLLER_SERVICE "CONTROLLER_SERVICE"