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

> S3Queue テーブルの設定に関する情報を含むシステムテーブルです。 `24.10` 以降のサーバーバージョンで利用できます。

# system.s3_queue_settings

<div id="description">
  ## 説明
</div>

[S3Queue](/ja/reference/engines/table-engines/integrations/s3queue) テーブルの設定に関する情報が含まれています。サーバーバージョン `24.10` 以降で利用できます。

<div id="columns">
  ## カラム
</div>

* `database` ([String](/ja/reference/data-types)) — S3Queueエンジンを持つテーブルのdatabase。
* `table` ([String](/ja/reference/data-types)) — S3Queueエンジンを持つtableの名前。
* `name` ([String](/ja/reference/data-types)) — 設定名。
* `value` ([String](/ja/reference/data-types)) — 設定の値。
* `type` ([String](/ja/reference/data-types)) — 設定の型 (実装固有の文字列値) 。
* `changed` ([UInt8](/ja/reference/data-types)) — 設定がconfigで明示的に定義されている、または明示的に変更されている場合は 1。
* `description` ([String](/ja/reference/data-types)) — 設定の説明。
* `alterable` ([UInt8](/ja/reference/data-types)) — 現在のユーザーが ALTER TABLE MODIFY SETTING で設定を変更できるかどうかを示します: 0 — 現在のユーザーは設定を変更できません、1 — 現在のユーザーは設定を変更できます。
