nifiComponent
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Base class for all nifi components.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The id for this component.
|
|
parentGroupId (string)
|
0/1 |
The id for the parent group of this component.
|
|
uri (string)
|
0/1 |
The uri for linking to this component in this NiFi.
|
|
position (position)
|
0/1 |
The position of this component in the UI.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The id for this component.
|
| parentGroupId |
parentGroupId (string)
|
The id for the parent group of this component.
|
| uri |
uri (string)
|
The uri for linking to this component in this NiFi.
|
| position |
position (position)
|
The position of this component in the UI.
|