Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 562 Bytes

ComponentStateDTO.md

File metadata and controls

13 lines (8 loc) · 562 Bytes

ComponentStateDTO

Properties

Name Type Description Notes
componentId String The component identifier. [optional]
stateDescription String Description of the state this component persists. [optional]
clusterState StateMapDTO The cluster state for this component, or null if this NiFi is a standalone instance. [optional]
localState StateMapDTO The local state for this component. [optional]