system.s3_queue_settings
Contains information about the settings of S3Queue tables. Available from server version 24.10.
Columns:
- database(String) — Table name.
- table(String) — Database name.
- name(String) — Setting name.
- value(String) — Setting value.
- changed(UInt8) — Whether the setting was explicitly defined in the config or explicitly changed.
- description(String) — Setting description.
- alterable(UInt8) — Shows whether the setting can be changes via- ALTER TABLE ... MODIFY SETTING.- 0— Current user can alter the setting.
- 1— Current user can't alter the setting.
 
- type(String) — Setting type (implementation specific string value).
