> ## 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 settings of AzureQueue tables. Available from server version `24.10`.

# system.azure_queue_settings

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

Contains information about settings of [AzureQueue](/reference/engines/table-engines/integrations/azure-queue) tables.
Available from `24.10` server version.

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

* `database` ([String](/reference/data-types/index)) — Database of the table with AzureQueue engine.
* `table` ([String](/reference/data-types/index)) — Name of the table with AzureQueue 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.
