Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.19 KB

FlowConfigurationDto.md

File metadata and controls

15 lines (12 loc) · 1.19 KB

FlowConfigurationDto

Properties

Name Type Description Notes
CurrentTime string The current time on the system. [optional] [default to null]
DefaultBackPressureDataSizeThreshold string The default back pressure data size threshold. [optional] [default to null]
DefaultBackPressureObjectThreshold int64 The default back pressure object threshold. [optional] [default to null]
SupportsConfigurableAuthorizer bool Whether this NiFi supports a configurable authorizer. [optional] [default to null]
SupportsConfigurableUsersAndGroups bool Whether this NiFi supports configurable users and groups. [optional] [default to null]
SupportsManagedAuthorizer bool Whether this NiFi supports a managed authorizer. Managed authorizers can visualize users, groups, and policies in the UI. [optional] [default to null]
TimeOffset int32 The time offset of the system. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]