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

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

# system.azure_queue_settings

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

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

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

* `database` ([String](/ja/reference/data-types)) — AzureQueue engine を使用する table が属する database。
* `table` ([String](/ja/reference/data-types)) — AzureQueue engine を使用する 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 — 現在のユーザーはこの設定を変更できます。
