remoteProcessGroupPort
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Details of a port in a remote process group.
XML
Elements
| name (type) |
min/max occurs |
description |
|
comments (string)
|
0/1 |
The comments as configured in the target port.
|
|
concurrentlySchedulableTaskCount (int)
|
0/1 |
The number tasks that may transmit flow files to the target port
concurrently.
|
|
id (string)
|
0/1 |
The id of the target port.
|
|
groupId (string)
|
0/1 |
The id of the remote process group that this port resides in.
|
|
name (string)
|
0/1 |
The name of the target port.
|
|
useCompression (boolean)
|
0/1 |
Whether or not flow file are compressed when sent to this target port.
|
|
exists (boolean)
|
0/1 |
Whether or not the target port exists.
|
JSON
| property |
type |
description |
| comments |
comments (string)
|
The comments as configured in the target port.
|
| concurrentlySchedulableTaskCount |
concurrentlySchedulableTaskCount (int)
|
The number tasks that may transmit flow files to the target port
concurrently.
|
| id |
id (string)
|
The id of the target port.
|
| groupId |
groupId (string)
|
The id of the remote process group that this port resides in.
|
| name |
name (string)
|
The name of the target port.
|
| useCompression |
useCompression (boolean)
|
Whether or not flow file are compressed when sent to this target port.
|
| exists |
exists (boolean)
|
Whether or not the target port exists.
|