> ## 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.

> 設定済みのユーザーディレクトリに関する情報が含まれます。これらは、ClickHouse server がユーザー提供データの読み取りを許可されているファイルシステム上のディレクトリです。

# system.user_directories

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

設定済みのユーザーディレクトリ、つまり ClickHouse server がユーザー提供データの読み取りを許可されているファイルシステム上のディレクトリに関する情報が含まれます。

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

* `name` ([String](/ja/reference/data-types)) — ディレクトリ名。
* `type` ([String](/ja/reference/data-types)) — アクセスストレージの種類 (例: users.xml、replicated、memory など) 。
* `params` ([String](/ja/reference/data-types)) — アクセスストレージのパラメータを含む JSON。
* `precedence` ([UInt64](/ja/reference/data-types)) — このディレクトリが設定内で宣言される順序です。ClickHouse がユーザーまたはロールを探す際にも、同じ順序が使われます。
