Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
Contains information about the settings of S3Queue tables. Available from server version24.10.
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’t change the setting, 1 — Current user can change the setting.