system.azure_queue_settings
Contains information about settings of AzureQueue tables.
Available from 24.10 server version.
Columns:
- database(String) — Database of the table with S3Queue Engine.
- table(String) — Name of the table with S3Queue Engine.
- name(String) — Setting name.
- value(String) — Setting value.
- type(String) — Setting type (implementation specific string value).
- changed(UInt8) — 1 if the setting was explicitly defined in the config or explicitly changed.
- description(String) — Setting description.
- alterable(UInt8) — Shows whether the current user can change the setting via ALTER TABLE MODIFY SETTING: 0 — Current user can change the setting, 1 — Current user can't change the setting.
