> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8c05c8a2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> System table containing information about the settings of S3Queue tables. Available from server version `24.10`.

# system.s3_queue_settings

<h2 id="description">
  Description
</h2>

Contains information about the settings of [S3Queue](/reference/engines/table-engines/integrations/s3queue) tables. Available from server version `24.10`.

<h2 id="columns">
  Columns
</h2>

* `database` ([String](/reference/data-types/index)) — Database of the table with S3Queue engine.
* `table` ([String](/reference/data-types/index)) — Name of the table with S3Queue engine.
* `name` ([String](/reference/data-types/index)) — Setting name.
* `value` ([String](/reference/data-types/index)) — Setting value.
* `type` ([String](/reference/data-types/index)) — Setting type (implementation specific string value).
* `changed` ([UInt8](/reference/data-types/index)) — 1 if the setting was explicitly defined in the config or explicitly changed.
* `description` ([String](/reference/data-types/index)) — Setting description.
* `alterable` ([UInt8](/reference/data-types/index)) — 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.
