Setting
class resources.setting.Setting
Base class: Resource
A YAML document that you can use to store arbitrary data.
:py:obj:flow_api.setting.Setting
Property | Description | Type |
---|---|---|
id | UUID() | |
execution_id | The ID of the execution which currently holds the lock on the setting. Output only. | UUID() |
value | The data stored in the setting. | JSONB(astext_type=Text()) |
size_bytes | BigInteger() |